source: doc/Makefile.am @ 3ec9d9c

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 3ec9d9c was 876c5e7, checked in by Paul Brossier <piem@altern.org>, 19 years ago

added srcdir in doc

  • Property mode set to 100644
File size: 513 bytes
RevLine 
[36bc60c]1EXTRA_DIST = devel.cfg examples.cfg user.cfg aubio.css \
[3050cb8]2        aubionotes.sgml aubioonset.sgml \
3        aubioonset.1 aubionotes.1
[96fb8ad]4
[e997b1a]5man_MANS = aubionotes.1 aubioonset.1
[77494e7]6CLEANFILES = $(man_MANS)
[96fb8ad]7
8all:
9
10update-docs: doc-devel
11
12doc-clean:
13        -rm -rf devel
14
15maintainer-clean-local: doc-clean
16
17doc-devel:
[876c5e7]18        doxygen $(srcdir)/devel.cfg
[96fb8ad]19
20doc-user:
[876c5e7]21        doxygen $(srcdir)/user.cfg
[96fb8ad]22
23doc-examples:
[876c5e7]24        doxygen $(srcdir)/examples.cfg
[dba3b1a]25
[e997b1a]26%.sgml:
27
28%.1:    %.sgml
29        docbook-to-man $< > $*.1
[5a61c29]30
[96fb8ad]31clean:
[876c5e7]32        rm -rf devel user examples
[aa3c8b7]33
[b073447]34distclean-hook: clean
Note: See TracBrowser for help on using the repository browser.