source: doc/Makefile.am @ cd9b142

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since cd9b142 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
RevLine 
[36bc60c]1EXTRA_DIST = devel.cfg examples.cfg user.cfg aubio.css \
[3050cb8]2        aubionotes.sgml aubioonset.sgml \
[8d0b707]3        aubiocut.sgml aubiopitch.sgml aubiotrack.sgml \
4        aubioonset.1 aubionotes.1 \
5        aubiocut.1 aubiopitch.1 aubiotrack.1
[96fb8ad]6
[8d0b707]7man_MANS = aubionotes.1 aubioonset.1 \
8        aubiocut.1 aubiopitch.1 aubiotrack.1
[77494e7]9CLEANFILES = $(man_MANS)
[96fb8ad]10
11all:
12
13update-docs: doc-devel
14
15doc-clean:
16        -rm -rf devel
17
18maintainer-clean-local: doc-clean
19
20doc-devel:
[876c5e7]21        doxygen $(srcdir)/devel.cfg
[96fb8ad]22
23doc-user:
[876c5e7]24        doxygen $(srcdir)/user.cfg
[96fb8ad]25
26doc-examples:
[876c5e7]27        doxygen $(srcdir)/examples.cfg
[dba3b1a]28
[e997b1a]29%.sgml:
30
31%.1:    %.sgml
32        docbook-to-man $< > $*.1
[5a61c29]33
[96fb8ad]34clean:
[876c5e7]35        rm -rf devel user examples
[aa3c8b7]36
[b073447]37distclean-hook: clean
Note: See TracBrowser for help on using the repository browser.