source: doc/Makefile.am @ c85c8b6

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since c85c8b6 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
Line 
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
22CLEANFILES = $(man_MANS)
23
24all:
25
26update-docs: doc-devel
27
28doc-clean:
29        -rm -rf devel
30
31PROJECT_NUMBER = `source $(top_srcdir)/VERSION; echo $$AUBIO_MAJOR_VERSION.$$AUBIO_MINOR_VERSION.$$AUBIO_PATCH_VERSION$$AUBIO_VERSION_STATUS`
32maintainer-clean-local: doc-clean
33
34doc-devel:
35        (echo PROJECT_NUMBER = $(PROJECT_NUMBER) ; cat $(srcdir)/devel.cfg)     | doxygen -
36
37doc-user:
38        (echo PROJECT_NUMBER = $(PROJECT_NUMBER) ; cat $(srcdir)/user.cfg)      | doxygen -
39
40doc-examples:
41        (echo PROJECT_NUMBER = $(PROJECT_NUMBER) ; cat $(srcdir)/examples.cfg)  | doxygen -
42
43.sgml.1:
44        docbook-to-man $< > $*.1
45
46.sgml.html:
47        docbook2html $< && mv index.html $*.html
48
49clean:
50        rm -rf devel user examples
51
52distclean-hook: clean
Note: See TracBrowser for help on using the repository browser.