about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 9fb82f5..8769ce5 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -58,6 +58,6 @@ package: $(gem) $(tgz)
 RSYNC = rsync
 publish_doc: all
         $(RSYNC) --delete --exclude .gitignore -av \
-                www/ dcvr:/srv/bogomips/mahoro/
+                www/ yhbt.net:/srv/yhbt/mahoro/
 
 .PHONY: publish_doc package