about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
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"