summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/Rakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/Rakefile b/documentation/Rakefile
index 2645a74d7..ecaf3b901 100644
--- a/documentation/Rakefile
+++ b/documentation/Rakefile
@@ -31,3 +31,8 @@ end
task :html => htmlfiles
task :default => :html
+
+task :docs do
+ sh %{puppetdoc --arguments > puppetd-executable-reference.page}
+ sh %{puppetdoc --types > typedocs.page}
+end