feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since 220dcfc 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 | |
---|
1 | EXTRA_DIST = devel.cfg examples.cfg user.cfg aubio.css \ |
---|
2 | aubionotes.sgml aubioonset.sgml \ |
---|
3 | aubioonset.1 aubionotes.1 |
---|
4 | |
---|
5 | man_MANS = aubionotes.1 aubioonset.1 |
---|
6 | CLEANFILES = $(man_MANS) |
---|
7 | |
---|
8 | all: |
---|
9 | |
---|
10 | update-docs: doc-devel |
---|
11 | |
---|
12 | doc-clean: |
---|
13 | -rm -rf devel |
---|
14 | |
---|
15 | maintainer-clean-local: doc-clean |
---|
16 | |
---|
17 | doc-devel: |
---|
18 | doxygen devel.cfg |
---|
19 | |
---|
20 | doc-user: |
---|
21 | doxygen user.cfg |
---|
22 | |
---|
23 | doc-examples: |
---|
24 | doxygen examples.cfg |
---|
25 | |
---|
26 | %.sgml: |
---|
27 | |
---|
28 | %.1: %.sgml |
---|
29 | docbook-to-man $< > $*.1 |
---|
30 | |
---|
31 | clean: |
---|
32 | rm -rf devel user examples #*.1 |
---|
33 | |
---|
34 | distclean-hook: clean |
---|
Note: See
TracBrowser
for help on using the repository browser.