source: doc/Makefile.am @ 342e3807

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

doc/aubiomfcc.sgml: add brief manpage for aubiomfcc

  • Property mode set to 100644
File size: 1.0 KB
Line 
1EXTRA_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
9
10man_MANS = aubionotes.1 aubioonset.1 \
11        aubiocut.1 aubiopitch.1 aubiotrack.1
12CLEANFILES = $(man_MANS)
13
14all:
15
16update-docs: doc-devel
17
18doc-clean:
19        -rm -rf devel
20
21PROJECT_NUMBER = `source $(top_srcdir)/VERSION; echo $$AUBIO_MAJOR_VERSION.$$AUBIO_MINOR_VERSION.$$AUBIO_PATCH_VERSION$$AUBIO_VERSION_STATUS`
22maintainer-clean-local: doc-clean
23
24doc-devel:
25        (echo PROJECT_NUMBER = $(PROJECT_NUMBER) ; cat $(srcdir)/devel.cfg)     | doxygen -
26
27doc-user:
28        (echo PROJECT_NUMBER = $(PROJECT_NUMBER) ; cat $(srcdir)/user.cfg)      | doxygen -
29
30doc-examples:
31        (echo PROJECT_NUMBER = $(PROJECT_NUMBER) ; cat $(srcdir)/examples.cfg)  | doxygen -
32
33.sgml.1:
34        docbook-to-man $< > $*.1
35
36.sgml.html:
37        docbook2html $< && mv index.html $*.html
38
39clean:
40        rm -rf devel user examples
41
42distclean-hook: clean
Note: See TracBrowser for help on using the repository browser.