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 afca8885e47b46d3951eb2fb6227ab03754a7473..b6d14f51acdb0b03ea16644a811a2f87427f7f47 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