From: Paul Brossier Date: Tue, 13 Dec 2005 05:48:55 +0000 (+0000) Subject: Add rules to build html manpages X-Git-Tag: bzr2git~808 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f985cd607c216c7ae058a7d61acaf621227361ed;p=aubio.git Add rules to build html manpages Add rules to build html manpages --- diff --git a/doc/Makefile.am b/doc/Makefile.am index afca8885..b6d14f51 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -31,6 +31,9 @@ doc-examples: %.1: %.sgml docbook-to-man $< > $*.1 +%.html: %.sgml + docbook2html $< && mv index.html $*.html + clean: rm -rf devel user examples