source: doc/Makefile.am @ b1bfc61

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since b1bfc61 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
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
[f985cd6]34%.html: %.sgml
35        docbook2html $< && mv index.html $*.html
36
[96fb8ad]37clean:
[876c5e7]38        rm -rf devel user examples
[aa3c8b7]39
[b073447]40distclean-hook: clean
Note: See TracBrowser for help on using the repository browser.