From a4a04feb41ec7d1b4ef0367929fbe6d79eba7034 Mon Sep 17 00:00:00 2001 From: luke Date: Fri, 7 Jul 2006 19:26:18 +0000 Subject: adding rake targets git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1377 980ebf18-57e1-0310-9a29-db15c13687c0 --- documentation/Rakefile | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit