feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since 62c6075 was
77494e7,
checked in by Paul Brossier <piem@altern.org>, 20 years ago
|
bumping to 0.1.8
|
-
Property mode set to
100644
|
File size:
1011 bytes
|
Line | |
---|
1 | # install the man pages and include in distribution |
---|
2 | #man_MANS = fluidsynth.1 |
---|
3 | #EXTRA_DIST = $(man_MANS) devel.cfg fluidsynth.1 |
---|
4 | EXTRA_DIST = devel.cfg examples.cfg user.cfg aubio.css \ |
---|
5 | aubionotes.sgml aubioonset.sgml |
---|
6 | |
---|
7 | man_MANS = aubionotes.1 aubioonset.1 |
---|
8 | CLEANFILES = $(man_MANS) |
---|
9 | #docbook_docs = aubio-devdoc.xml |
---|
10 | #DOCBOOK_STYLESHEET ?= http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl |
---|
11 | |
---|
12 | all: |
---|
13 | |
---|
14 | # Run "make update-docs" to update developer doc and doxygen reference |
---|
15 | #update-docs: xmldocbook doxygen |
---|
16 | update-docs: doc-devel |
---|
17 | |
---|
18 | # The new XML DocBook way: |
---|
19 | #xmldocbook: $(docbook_docs) |
---|
20 | # -rm -rf html |
---|
21 | # $(mkinstalldirs) html |
---|
22 | # xsltproc -o html/ --catalogs $(DOCBOOK_STYLESHEET) $< |
---|
23 | |
---|
24 | doc-clean: |
---|
25 | -rm -rf devel |
---|
26 | |
---|
27 | maintainer-clean-local: doc-clean |
---|
28 | |
---|
29 | doc-devel: |
---|
30 | doxygen devel.cfg |
---|
31 | |
---|
32 | doc-user: |
---|
33 | doxygen user.cfg |
---|
34 | |
---|
35 | doc-examples: |
---|
36 | doxygen examples.cfg |
---|
37 | |
---|
38 | %.sgml: |
---|
39 | |
---|
40 | %.1: %.sgml |
---|
41 | docbook-to-man $< > $*.1 |
---|
42 | |
---|
43 | # Update docs for distribution |
---|
44 | #dist-hook: |
---|
45 | |
---|
46 | clean: |
---|
47 | rm -rf devel user examples *.1 |
---|
48 | |
---|
49 | distclean-hook: clean |
---|
Note: See
TracBrowser
for help on using the repository browser.