source: doc/Makefile.am @ dba3b1a

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

added srcdir

  • Property mode set to 100644
File size: 488 bytes
Line 
1EXTRA_DIST = devel.cfg examples.cfg user.cfg aubio.css \
2        aubionotes.sgml aubioonset.sgml \
3        aubioonset.1 aubionotes.1
4
5man_MANS = aubionotes.1 aubioonset.1
6CLEANFILES = $(man_MANS)
7
8all:
9
10update-docs: doc-devel
11
12doc-clean:
13        -rm -rf devel
14
15maintainer-clean-local: doc-clean
16
17doc-devel:
18        doxygen devel.cfg
19
20doc-user:
21        doxygen user.cfg
22
23doc-examples:
24        doxygen examples.cfg
25
26%.sgml:
27
28%.1:    %.sgml
29        docbook-to-man $< > $*.1
30
31clean:
32        rm -rf devel user examples #*.1
33
34distclean-hook: clean
Note: See TracBrowser for help on using the repository browser.