about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-11-01 10:21:59 +0000
committerEric Wong <normalperson@yhbt.net>2013-11-01 10:38:42 +0000
commit93ba820f05aaf8c760b4a515ae996425c257a7fb (patch)
tree217cf29c5ddf2214967a35983dc8421c649feab2 /Rakefile
parent9c5d5c5bf48a2996203c2e15f281575a15994694 (diff)
downloadyahns-93ba820f05aaf8c760b4a515ae996425c257a7fb.tar.gz
Hopefully it'll be easier for folks to use and contribute.
Publish it on the site while we're at it.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 5d36835..708a0f1 100644
--- a/Rakefile
+++ b/Rakefile
@@ -35,13 +35,13 @@ end
 
 task rsync_docs: "NEWS" do
   dest = ENV["RSYNC_DEST"] || "yahns.yhbt.net:/srv/yahns/"
-  top = %w(NEWS README COPYING)
+  top = %w(INSTALL HACKING NEWS README COPYING)
   files = []
 
   # git-set-file-times is distributed with rsync,
   # Also available at: http://yhbt.net/git-set-file-times
   # on Debian systems: /usr/share/doc/rsync/scripts/git-set-file-times.gz
-  sh("git", "set-file-times", "examples", *top)
+  sh("git", "set-file-times", "Documentation", "examples", *top)
 
   `git ls-files Documentation/*.txt`.split(/\n/).concat(top).each do |txt|
     gz = "#{txt}.gz"