summaryrefslogtreecommitdiff
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:06:00 -0800
commitd3003e479b804c41c2970a49732c71fe70f95fd9 (patch)
treeb354d068d0d2688344be8f1bc9e3a9e67f5aa875
parenta8cf09f43fcf1a4d2174a7eef4b2ec79e7c4016e (diff)
downloadbundler-d3003e479b804c41c2970a49732c71fe70f95fd9.tar.gz
rebuild the man pages when releasingv1.0.22
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 6c0dfb5380..132d125549 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