summaryrefslogtreecommitdiffstats
path: root/documentation/Rakefile
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-07-20 16:06:19 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-07-20 16:06:19 +0000
commitc9640a78a67feaebe51cc4f43e12e50cbebea687 (patch)
tree2d23721040534565623bd45ba38772d93dde53ce /documentation/Rakefile
parent40e2db3cf7d08b4870384bf690728df87edb6835 (diff)
downloadpuppet-c9640a78a67feaebe51cc4f43e12e50cbebea687.tar.gz
puppet-c9640a78a67feaebe51cc4f43e12e50cbebea687.tar.xz
puppet-c9640a78a67feaebe51cc4f43e12e50cbebea687.zip
Updating some docs, and renaming configuration reference page
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1406 980ebf18-57e1-0310-9a29-db15c13687c0
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