source: doc/Makefile.am @ e83dd0e

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

get doxygen PROJECT_NUMBER from VERSION file
get doxygen PROJECT_NUMBER from VERSION file

  • Property mode set to 100644
File size: 998 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
[4eafd5b]18PROJECT_NUMBER = `source $(top_srcdir)/VERSION; echo $$AUBIO_MAJOR_VERSION.$$AUBIO_MINOR_VERSION.$$AUBIO_PATCH_VERSION$$AUBIO_VERSION_STATUS`
[96fb8ad]19maintainer-clean-local: doc-clean
20
21doc-devel:
[4eafd5b]22        (echo PROJECT_NUMBER = $(PROJECT_NUMBER) ; cat $(srcdir)/devel.cfg)     | doxygen -
[96fb8ad]23
24doc-user:
[4eafd5b]25        (echo PROJECT_NUMBER = $(PROJECT_NUMBER) ; cat $(srcdir)/user.cfg)      | doxygen -
[96fb8ad]26
27doc-examples:
[4eafd5b]28        (echo PROJECT_NUMBER = $(PROJECT_NUMBER) ; cat $(srcdir)/examples.cfg)  | doxygen -
[dba3b1a]29
[e997b1a]30%.sgml:
31
32%.1:    %.sgml
33        docbook-to-man $< > $*.1
[5a61c29]34
[f985cd6]35%.html: %.sgml
36        docbook2html $< && mv index.html $*.html
37
[96fb8ad]38clean:
[876c5e7]39        rm -rf devel user examples
[aa3c8b7]40
[b073447]41distclean-hook: clean
Note: See TracBrowser for help on using the repository browser.