summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2012-02-08 10:06:00 -0800
committerAndre Arko <andre@arko.net>2012-02-08 10:07:59 -0800
commit209a1508fc27a3220ed9712a17cc36f259b18400 (patch)
tree77d8f7dac42a0b4bab46a3833391eda108380a15 /Rakefile
parent61ca8b3930019d3f138223504afa01a6ae919d93 (diff)
downloadbundler-209a1508fc27a3220ed9712a17cc36f259b18400.tar.gz
rebuild the man pages when releasing
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index abcd50a27e..311fa88759 100644
--- a/Rakefile
+++ b/Rakefile
@@ -2,6 +2,8 @@
$:.unshift File.expand_path("../lib", __FILE__)
require 'bundler/gem_tasks'
+task :release => ["man:clean", "man:build"]
+
def safe_task(&block)
yield
true