From c85c8b62e367185319f01d699962bf3932a95a3a Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 26 Sep 2009 07:10:15 +0200 Subject: [PATCH] doc/Makefile.am: update list of source and generated manpages --- doc/Makefile.am | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index ec587938..20f6f4f6 100644 --- 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 +man_MANS = \ + aubionotes.1 \ + aubioonset.1 \ + aubiocut.1 \ + aubiopitch.1 \ + aubiotrack.1 \ + aubiomfcc.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: -- 2.26.2