summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2009-12-08 19:20:11 -0800
committerRyan Davis <ryand@zenspider.com>2009-12-08 19:20:11 -0800
commit6a463fbb421225f526aadb697202a5e2dff3ded2 (patch)
treeed89799ea1a65973af2a8a123ce53644afa180aa /Rakefile
parenteb608887e0e5891d251c4a097637a72774dd3091 (diff)
downloadhoe-6a463fbb421225f526aadb697202a5e2dff3ded2.tar.gz
Added extra doco task for Hoe.pdf
[git-p4: depot-paths = "//src/hoe/dev/": change = 5514]
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 2c3174b..ee6ef79 100644
--- a/Rakefile
+++ b/Rakefile
@@ -16,4 +16,10 @@ Hoe.spec "hoe" do
pluggable!
end
+[:redocs, :docs].each do |t|
+ task t do
+ cp "Hoe.pdf", "doc"
+ end
+end
+
# vim: syntax=ruby