Changeset c85c8b6


Ignore:
Timestamp:
Sep 26, 2009, 7:10:15 AM (15 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
588ee77
Parents:
a33379e
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile.am

    ra33379e rc85c8b6  
    1 EXTRA_DIST = devel.cfg examples.cfg user.cfg \
    2         aubionotes.sgml aubionotes.1 \
    3         aubioonset.sgml aubioonset.1 \
    4         aubiotrack.sgml aubiotrack.1 \
    5         aubiomfcc.sgml  aubiomfcc.1  \
    6         aubiopitch.sgml aubiopitch.1 \
    7         aubiocut.sgml   aubiocut.1   \
    8         aubio.css
     1man_MANS = \
     2        aubionotes.1 \
     3        aubioonset.1 \
     4        aubiocut.1 \
     5        aubiopitch.1 \
     6        aubiotrack.1 \
     7        aubiomfcc.1
    98
    10 man_MANS = aubionotes.1 aubioonset.1 \
    11         aubiocut.1 aubiopitch.1 aubiotrack.1
     9EXTRA_DIST = \
     10        devel.cfg \
     11        examples.cfg \
     12        user.cfg \
     13        aubio.css \
     14        aubionotes.sgml \
     15        aubioonset.sgml \
     16        aubiotrack.sgml \
     17        aubiomfcc.sgml \
     18        aubiopitch.sgml \
     19        aubiocut.sgml \
     20        $(man_MANS)
     21
    1222CLEANFILES = $(man_MANS)
    1323
Note: See TracChangeset for help on using the changeset viewer.