feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since b16b900 was
02839ae,
checked in by Paul Brossier <piem@altern.org>, 20 years ago
|
aubio.css
|
-
Property mode set to
100644
|
File size:
986 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 | #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 | |
---|
37 | %.sgml: |
---|
38 | |
---|
39 | %.1: %.sgml |
---|
40 | docbook-to-man $< > $*.1 |
---|
41 | |
---|
42 | # Update docs for distribution |
---|
43 | #dist-hook: |
---|
44 | |
---|
45 | clean: |
---|
46 | rm -rf devel user examples *.1 |
---|
47 | |
---|
48 | distclean-hook: clean |
---|
Note: See
TracBrowser
for help on using the repository browser.