From 93ba820f05aaf8c760b4a515ae996425c257a7fb Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 1 Nov 2013 10:21:59 +0000 Subject: doc: add HACKING/INSTALL docs + minitest dependency Hopefully it'll be easier for folks to use and contribute. Publish it on the site while we're at it. --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Rakefile') 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" -- cgit v1.2.3-24-ge0c7