summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2009-12-29 14:13:49 -0800
committerRyan Davis <ryand@zenspider.com>2009-12-29 14:13:49 -0800
commita66a9d3d0a1de51fd411ce60a3f0ce4c685f9394 (patch)
tree6507a17d9f90e79fa692ca5040775b8b3069a3c1 /Rakefile
parent189f2d5bfb22ab75450a752f8eeda900e9c8a025 (diff)
downloadhoe-a66a9d3d0a1de51fd411ce60a3f0ce4c685f9394.tar.gz
- Fix perms on Hoe.pdf after copying
[git-p4: depot-paths = "//src/hoe/dev/": change = 5573]
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index ee6ef79..0f85c25 100644
--- a/Rakefile
+++ b/Rakefile
@@ -19,6 +19,7 @@ end
[:redocs, :docs].each do |t|
task t do
cp "Hoe.pdf", "doc"
+ sh "chmod u+w doc/Hoe.pdf"
end
end