summaryrefslogtreecommitdiffstats
path: root/tasks/rake/manpages.rake
Commit message (Collapse)AuthorAgeFilesLines
* Maint: Update static man page generator for Faces.nfagerlund2011-06-081-11/+43
| | | | | | | The man page updater wasn't making man pages for the new Faces app. This commit gives it that capability, and handles the name collision on puppet resource. Reviewed-By: Nick Lewis <nick@puppetlabs.com>
* (#1204) Make rake gen_manpages fail explicitly if ronn isn't presentnfagerlund2011-02-171-2/+2
| | | | | | Entire series: paired-with: Daniel Pittman <daniel@puppetlabs.com> paired-with: Paul Berry <paul@puppetlabs.com>
* (#1204) Make rake gen_manpages output puppet-{application} manpagesnfagerlund2011-02-171-4/+14
| | | | | | The manpage generator can now make manpages for the modern executable in addition to the legacy executables. The section for the legacy names should be deleted upon the release of 2.8.0.
* (#1204) Move man generation task from install.rb to a rake tasknfagerlund2011-02-171-0/+27
Having this be commented-out code in the installer script doesn't really make sense for our workflow; we want to be able to regenerate these manpages at will and make sure they're always up-to-date. This will help us keep them in sync with the help text. This commit also changes the ronn invocation to specify a manual name and organization.