source: doc/Makefile.am @ e2da295

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

doc/Makefile.am: update make style rules

  • Property mode set to 100644
File size: 982 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
[ed631e9]30.sgml.1:
[e997b1a]31        docbook-to-man $< > $*.1
[5a61c29]32
[ed631e9]33.sgml.html:
[f985cd6]34        docbook2html $< && mv index.html $*.html
35
[96fb8ad]36clean:
[876c5e7]37        rm -rf devel user examples
[aa3c8b7]38
[b073447]39distclean-hook: clean
Note: See TracBrowser for help on using the repository browser.