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