diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-05-07 13:23:38 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-05-07 13:23:38 +0200 |
commit | c1de8b8ee7481af93b065d970842e78cb20f99f9 (patch) | |
tree | 422cefa2b9cf74ece6c513661336a7dc9adb5552 /man/Makefile.am | |
parent | a2ee2ce1e9bdc4687dd5be301941f8aeb59bf553 (diff) |
have the possibility to generate HTML for manual pages (not done by default)
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1084 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'man/Makefile.am')
-rw-r--r-- | man/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 361d1da..d151c0c 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -42,4 +42,7 @@ SUFFIXES = .xml --encoding=utf-8 \ $< +.xml.html: + xmlto xhtml-nochunks $< + endif |