feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since 65f1edc was
96fb8ad,
checked in by Paul Brossier <piem@altern.org>, 20 years ago
|
import 0.1.7.1
|
-
Property mode set to
100644
|
File size:
900 bytes
|
Rev | Line | |
---|
[96fb8ad] | 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 | |
---|
| 6 | #docbook_docs = aubio-devdoc.xml |
---|
| 7 | #DOCBOOK_STYLESHEET ?= http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl |
---|
| 8 | |
---|
| 9 | all: |
---|
| 10 | |
---|
| 11 | # Run "make update-docs" to update developer doc and doxygen reference |
---|
| 12 | #update-docs: xmldocbook doxygen |
---|
| 13 | update-docs: doc-devel |
---|
| 14 | |
---|
| 15 | # The new XML DocBook way: |
---|
| 16 | #xmldocbook: $(docbook_docs) |
---|
| 17 | # -rm -rf html |
---|
| 18 | # $(mkinstalldirs) html |
---|
| 19 | # xsltproc -o html/ --catalogs $(DOCBOOK_STYLESHEET) $< |
---|
| 20 | |
---|
| 21 | doc-clean: |
---|
| 22 | -rm -rf devel |
---|
| 23 | |
---|
| 24 | maintainer-clean-local: doc-clean |
---|
| 25 | |
---|
| 26 | doc-devel: |
---|
| 27 | doxygen devel.cfg |
---|
| 28 | cp aubio.css devel |
---|
| 29 | |
---|
| 30 | doc-user: |
---|
| 31 | doxygen user.cfg |
---|
| 32 | cp aubio.css user |
---|
| 33 | |
---|
| 34 | doc-examples: |
---|
| 35 | doxygen examples.cfg |
---|
| 36 | cp aubio.css examples |
---|
| 37 | |
---|
| 38 | # Update docs for distribution |
---|
| 39 | #dist-hook: |
---|
| 40 | |
---|
| 41 | clean: |
---|
| 42 | rm -rf devel user examples |
---|
Note: See
TracBrowser
for help on using the repository browser.