aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/Makefile b/web/Makefile
index 087c690e9..edd459d5e 100644
--- a/web/Makefile
+++ b/web/Makefile
@@ -37,4 +37,5 @@ INSTALL.html : INSTALL css
$(MAKEPAGE) $< > $@
upload :
- make -C .. upload
+ rsync -avz --exclude-from=excludes --delete --copy-links -e "ssh -p 24816" . website:html/pandoc/
+