diff options
Diffstat (limited to 'documentation/Rakefile')
| -rw-r--r-- | documentation/Rakefile | 2 |
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 |
