From: Joel Rosdahl Date: Thu, 22 Apr 2010 20:18:20 +0000 (+0200) Subject: Add rule for generating an HTML man page X-Git-Tag: v3.0pre1~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f8fbdb02a970e0fc3ca3570ab22c3d5214f9950;p=thirdparty%2Fccache.git Add rule for generating an HTML man page --- diff --git a/Makefile.in b/Makefile.in index fbeec6a45..9585e9fb5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -46,6 +46,9 @@ ccache$(EXEEXT): $(objs) ccache.xml: ccache.txt $(ASCIIDOC) -d manpage -b docbook $< +ccache.html: ccache.txt + $(ASCIIDOC) -d manpage -b xhtml11 $< + ccache.1: ccache.xml $(XSLTPROC) --nonet $(MANPAGE_XSL) $<