diff options
| author | ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-10-12 15:58:16 +0000 |
|---|---|---|
| committer | ajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-10-12 15:58:16 +0000 |
| commit | ba33249e5fcd3c3818b4ccc0ce884d46b6db6408 (patch) | |
| tree | 37dcdbf81d61df27f67d5dae8f132ed8be7c2b0b /documentation/Rakefile | |
| parent | da7cb9fc2339cea48d727a6256b1a66769b14af0 (diff) | |
New documentation hierarchy.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1771 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'documentation/Rakefile')
| -rw-r--r-- | documentation/Rakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/Rakefile b/documentation/Rakefile index 2bdc11d6f..a2d36fa56 100644 --- a/documentation/Rakefile +++ b/documentation/Rakefile @@ -33,6 +33,6 @@ task :html => htmlfiles task :default => :html task :docs do - sh %{puppetdoc --arguments > documentation/configref.page} - sh %{puppetdoc --types > documentation/typedocs.page} + sh %{puppetdoc --arguments > documentation/reference/configref.page} + sh %{puppetdoc --types > documentation/reference/typedocs.page} end |
