about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-11-22 14:06:26 -0800
committerEric Wong <normalperson@yhbt.net>2010-11-22 14:06:26 -0800
commit25cb9a13abe0bd3eae0bae4617e6247d655a5345 (patch)
tree242c0d2b8819d7938dd0b4b8ffe674116ab5931d
parent2b264a464707e448275883ac198d7ead7eaeadb9 (diff)
downloadkcar-25cb9a13abe0bd3eae0bae4617e6247d655a5345.tar.gz
It could be something else...
-rw-r--r--GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index dec1f76..6902760 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -5,6 +5,7 @@ RAKE = rake
 RAGEL = ragel
 GIT_URL = git://git.bogomips.org/kcar.git
 RLFLAGS = -G2
+RSYNC = rsync
 
 GIT-VERSION-FILE: .FORCE-GIT-VERSION-FILE
         @./GIT-VERSION-GEN
@@ -183,7 +184,7 @@ publish_doc:
                 TZ=UTC xargs touch -d '1970-01-01 00:00:00' doc/rdoc.css
         $(MAKE) doc_gz
         chmod 644 $$(find doc -type f)
-        rsync -av doc/ dcvr:/srv/bogomips/kcar/
+        $(RSYNC) -av doc/ dcvr:/srv/bogomips/kcar/
         git ls-files | xargs touch
 
 # Create gzip variants of the same timestamp as the original so nginx