source: doc/Makefile.am @ 2bd1a2a

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

Add rules to build html manpages
Add rules to build html manpages

  • Property mode set to 100644
File size: 700 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
34%.html: %.sgml
35        docbook2html $< && mv index.html $*.html
36
37clean:
38        rm -rf devel user examples
39
40distclean-hook: clean
Note: See TracBrowser for help on using the repository browser.