shithub: aubio

Download patch

ref: c85c8b62e367185319f01d699962bf3932a95a3a
parent: a33379e6a90c43b23a09530218abba3044167d12
author: Paul Brossier <[email protected]>
date: Sat Sep 26 03:10:15 EDT 2009

doc/Makefile.am: update list of source and generated manpages

--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,14 +1,24 @@
-EXTRA_DIST = devel.cfg examples.cfg user.cfg \
-	aubionotes.sgml aubionotes.1 \
-	aubioonset.sgml aubioonset.1 \
-	aubiotrack.sgml aubiotrack.1 \
-	aubiomfcc.sgml  aubiomfcc.1  \
-	aubiopitch.sgml aubiopitch.1 \
-	aubiocut.sgml   aubiocut.1   \
-	aubio.css
+man_MANS = \
+	aubionotes.1 \
+	aubioonset.1 \
+	aubiocut.1 \
+	aubiopitch.1 \
+	aubiotrack.1 \
+	aubiomfcc.1
 
-man_MANS = aubionotes.1 aubioonset.1 \
-	aubiocut.1 aubiopitch.1 aubiotrack.1
+EXTRA_DIST = \
+	devel.cfg \
+	examples.cfg \
+	user.cfg \
+	aubio.css \
+	aubionotes.sgml \
+	aubioonset.sgml \
+	aubiotrack.sgml \
+	aubiomfcc.sgml \
+	aubiopitch.sgml \
+	aubiocut.sgml \
+	$(man_MANS)
+
 CLEANFILES = $(man_MANS)
 
 all: