Add rules to build html manpages
authorPaul Brossier <piem@altern.org>
Tue, 13 Dec 2005 05:48:55 +0000 (05:48 +0000)
committerPaul Brossier <piem@altern.org>
Tue, 13 Dec 2005 05:48:55 +0000 (05:48 +0000)
Add rules to build html manpages

doc/Makefile.am

index afca888..b6d14f5 100644 (file)
@@ -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