From c1de8b8ee7481af93b065d970842e78cb20f99f9 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Fri, 7 May 2010 11:23:38 +0000 Subject: 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 --- man/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'man/Makefile.am') 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 -- cgit v1.2.3