feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since d9101a5 was
f985cd6,
checked in by Paul Brossier <piem@altern.org>, 19 years ago
|
Add rules to build html manpages
Add rules to build html manpages
|
-
Property mode set to
100644
|
File size:
700 bytes
|
Line | |
---|
1 | EXTRA_DIST = devel.cfg examples.cfg user.cfg aubio.css \ |
---|
2 | aubionotes.sgml aubioonset.sgml \ |
---|
3 | aubiocut.sgml aubiopitch.sgml aubiotrack.sgml \ |
---|
4 | aubioonset.1 aubionotes.1 \ |
---|
5 | aubiocut.1 aubiopitch.1 aubiotrack.1 |
---|
6 | |
---|
7 | man_MANS = aubionotes.1 aubioonset.1 \ |
---|
8 | aubiocut.1 aubiopitch.1 aubiotrack.1 |
---|
9 | CLEANFILES = $(man_MANS) |
---|
10 | |
---|
11 | all: |
---|
12 | |
---|
13 | update-docs: doc-devel |
---|
14 | |
---|
15 | doc-clean: |
---|
16 | -rm -rf devel |
---|
17 | |
---|
18 | maintainer-clean-local: doc-clean |
---|
19 | |
---|
20 | doc-devel: |
---|
21 | doxygen $(srcdir)/devel.cfg |
---|
22 | |
---|
23 | doc-user: |
---|
24 | doxygen $(srcdir)/user.cfg |
---|
25 | |
---|
26 | doc-examples: |
---|
27 | doxygen $(srcdir)/examples.cfg |
---|
28 | |
---|
29 | %.sgml: |
---|
30 | |
---|
31 | %.1: %.sgml |
---|
32 | docbook-to-man $< > $*.1 |
---|
33 | |
---|
34 | %.html: %.sgml |
---|
35 | docbook2html $< && mv index.html $*.html |
---|
36 | |
---|
37 | clean: |
---|
38 | rm -rf devel user examples |
---|
39 | |
---|
40 | distclean-hook: clean |
---|
Note: See
TracBrowser
for help on using the repository browser.