shithub: aubio

Download patch

ref: f985cd607c216c7ae058a7d61acaf621227361ed
parent: 091b1710d1b81f3259639f567a0a05fcd025b4af
author: Paul Brossier <piem@altern.org>
date: Tue Dec 13 00:48:55 EST 2005

Add rules to build html manpages
Add rules to build html manpages


--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -31,6 +31,9 @@
 %.1:	%.sgml
 	docbook-to-man $< > $*.1
 
+%.html: %.sgml
+	docbook2html $< && mv index.html $*.html
+
 clean:
 	rm -rf devel user examples