summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 0d2a9da8..72ff0eb5 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,6 +1,6 @@
require File.expand_path(File.dirname(__FILE__) + '/lib/axlsx/version.rb')
-task :build do
+task :build => :gendoc do
system "gem build axlsx.gemspec"
end