source: doc/Makefile.am @ 67d0a8b

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 67d0a8b was c85c8b6, checked in by Paul Brossier <piem@piem.org>, 15 years ago

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

  • Property mode set to 100644
File size: 995 bytes
RevLine 
[c85c8b6]1man_MANS = \
2        aubionotes.1 \
3        aubioonset.1 \
4        aubiocut.1 \
5        aubiopitch.1 \
6        aubiotrack.1 \
7        aubiomfcc.1
8
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
[77494e7]22CLEANFILES = $(man_MANS)
[96fb8ad]23
24all:
25
26update-docs: doc-devel
27
28doc-clean:
29        -rm -rf devel
30
[4eafd5b]31PROJECT_NUMBER = `source $(top_srcdir)/VERSION; echo $$AUBIO_MAJOR_VERSION.$$AUBIO_MINOR_VERSION.$$AUBIO_PATCH_VERSION$$AUBIO_VERSION_STATUS`
[96fb8ad]32maintainer-clean-local: doc-clean
33
34doc-devel:
[4eafd5b]35        (echo PROJECT_NUMBER = $(PROJECT_NUMBER) ; cat $(srcdir)/devel.cfg)     | doxygen -
[96fb8ad]36
37doc-user:
[4eafd5b]38        (echo PROJECT_NUMBER = $(PROJECT_NUMBER) ; cat $(srcdir)/user.cfg)      | doxygen -
[96fb8ad]39
40doc-examples:
[4eafd5b]41        (echo PROJECT_NUMBER = $(PROJECT_NUMBER) ; cat $(srcdir)/examples.cfg)  | doxygen -
[dba3b1a]42
[ed631e9]43.sgml.1:
[e997b1a]44        docbook-to-man $< > $*.1
[5a61c29]45
[ed631e9]46.sgml.html:
[f985cd6]47        docbook2html $< && mv index.html $*.html
48
[96fb8ad]49clean:
[876c5e7]50        rm -rf devel user examples
[aa3c8b7]51
[b073447]52distclean-hook: clean
Note: See TracBrowser for help on using the repository browser.