shithub: aubio

Download patch

ref: ed631e9af81f4d13eda09f343383c307c85aadaa
parent: 32d69586108e1d0e451655e0a0da51bbea9169d4
author: Paul Brossier <piem@piem.org>
date: Sat Nov 24 17:09:43 EST 2007

doc/Makefile.am: update make style rules

--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -27,12 +27,10 @@
 doc-examples: 
 	(echo PROJECT_NUMBER = $(PROJECT_NUMBER) ; cat $(srcdir)/examples.cfg)	| doxygen -
 
-%.sgml: 
-
-%.1:	%.sgml
+.sgml.1:
 	docbook-to-man $< > $*.1
 
-%.html: %.sgml
+.sgml.html:
 	docbook2html $< && mv index.html $*.html
 
 clean: