source: doc/Makefile.am @ 8d0b707

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

added and updated manpages
added and updated manpages

  • Property mode set to 100644
File size: 642 bytes
Line 
1EXTRA_DIST = devel.cfg examples.cfg user.cfg aubio.css \
2        aubionotes.sgml aubioonset.sgml \
3        aubiocut.sgml aubiopitch.sgml aubiotrack.sgml \
4        aubioonset.1 aubionotes.1 \
5        aubiocut.1 aubiopitch.1 aubiotrack.1
6
7man_MANS = aubionotes.1 aubioonset.1 \
8        aubiocut.1 aubiopitch.1 aubiotrack.1
9CLEANFILES = $(man_MANS)
10
11all:
12
13update-docs: doc-devel
14
15doc-clean:
16        -rm -rf devel
17
18maintainer-clean-local: doc-clean
19
20doc-devel:
21        doxygen $(srcdir)/devel.cfg
22
23doc-user:
24        doxygen $(srcdir)/user.cfg
25
26doc-examples:
27        doxygen $(srcdir)/examples.cfg
28
29%.sgml:
30
31%.1:    %.sgml
32        docbook-to-man $< > $*.1
33
34clean:
35        rm -rf devel user examples
36
37distclean-hook: clean
Note: See TracBrowser for help on using the repository browser.