summaryrefslogtreecommitdiffstats
path: root/documentation/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/Rakefile')
-rw-r--r--documentation/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Rakefile b/documentation/Rakefile
index 9a88b3b5a..2bdc11d6f 100644
--- a/documentation/Rakefile
+++ b/documentation/Rakefile
@@ -33,6 +33,6 @@ task :html => htmlfiles
task :default => :html
task :docs do
- sh %{puppetdoc --arguments > documentation/puppetd-executable-reference.page}
+ sh %{puppetdoc --arguments > documentation/configref.page}
sh %{puppetdoc --types > documentation/typedocs.page}
end