about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-01-09 01:31:35 +0000
committerEric Wong <e@80x24.org>2015-01-09 01:31:35 +0000
commitd74cd7c2459972efd41a5b2e7bb5dd95c31100cc (patch)
treefc3b031db3971f669b57a20342136cb1e4fab29b
parent40d0ad0cedc0b4389ec86f247edf8681b330037c (diff)
downloadolddoc-d74cd7c2459972efd41a5b2e7bb5dd95c31100cc.tar.gz
We might as well eat our own dog food.
-rw-r--r--Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 5ca0c29..1173eab 100644
--- a/Rakefile
+++ b/Rakefile
@@ -23,7 +23,8 @@ task :rsync_docs do
 
   files = `git ls-files Documentation/*.txt`.split(/\n/)
   files.concat(top)
-  files.concat(%w(NEWS NEWS.atom.xml))
+  files.concat(%w(NEWS))
+  files.concat(Dir["doc/*.html"].to_a)
   gzfiles = files.map { |txt| do_gzip.call(txt) }
   files.concat(gzfiles)
   sh("rsync --chmod=Fugo=r -av #{files.join(' ')} #{dest}")