summaryrefslogtreecommitdiff
path: root/man/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2008-05-22xmlto only takes a single file, don't pass moreDan Nicholson1-2/+2
Minor nitpick so that only a single file, the first prerequisite, is passed to xmlto since it can only handle taking a single file. There was only one prerequisite anyway, so... not much to see here.
2008-05-22Only create manpage symlinks when target pages have been installedDan Nicholson1-5/+7
Instead of always creating the symlinks to pm-action.8, we first check that it's actually installed.
2008-05-22Only build manpages when xmlto is availableDan Nicholson1-3/+7
Don't require users to have xmlto and DocBook XML installed just to try pm-utils. However, since the man pages are required for dist, prebuilt pages will be available in the tarballs.
2008-05-10Fix man page sectionMichael Biebl1-1/+1
- Put pm-pmu into man page section 8 (admin tools) - Fix references to pm-suspend, which is also section 8
2008-05-10Create symlinks for pm-action man pageMichael Biebl1-0/+6
Create symlinks for pm-suspend.8, pm-suspend-hybrid.8 and pm-hibernate.8 pointing to pm-action.8
2008-05-10Create man pages from docbook xmlMichael Biebl1-16/+16
- Remove old docbook2man rules. - Add rules for creating man pages from docbook xml using xmlto.
2008-04-28Only build man pages when docbook2man is availableDan Nicholson1-5/+10
Since not everyone has the whole DocBook chain, the building of the man pages is now conditional on the docbook2man utility being available. The built man pages are always included in `make dist', meaning that docbook2man must be available in that situation.
2007-05-15- make man pages not get cleaned up by "make clean"Peter Jones1-1/+3
2007-02-20- Fix man page generation.Peter Jones1-2/+2
2006-06-052006-06-05 Richard Hughes <richard@hughsie.com>Richard Hughes1-0/+19
* man/Makefile.am: Connect up the sgml->.1 conversion to the autotools build system.