source: doc/Makefile.am @ 36bc60c

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 36bc60c was 36bc60c, checked in by Paul Brossier <piem@altern.org>, 19 years ago

updated manpages

  • Property mode set to 100644
File size: 1.0 KB
Line 
1#  install the man pages and include in distribution
2#man_MANS = fluidsynth.1
3#EXTRA_DIST = $(man_MANS) devel.cfg fluidsynth.1
4EXTRA_DIST = devel.cfg examples.cfg user.cfg aubio.css \
5        aubionotes.sgml aubioonset.sgml
6
7#docbook_docs = aubio-devdoc.xml
8#DOCBOOK_STYLESHEET ?= http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl
9
10all:
11
12# Run "make update-docs" to update developer doc and doxygen reference
13#update-docs: xmldocbook doxygen
14update-docs: doc-devel
15
16# The new XML DocBook way:
17#xmldocbook: $(docbook_docs)
18#       -rm -rf html
19#       $(mkinstalldirs) html
20#       xsltproc -o html/ --catalogs $(DOCBOOK_STYLESHEET) $<
21
22doc-clean:
23        -rm -rf devel
24
25maintainer-clean-local: doc-clean
26
27doc-devel:
28        doxygen devel.cfg
29        cp aubio.css devel
30
31doc-user:
32        doxygen user.cfg
33        cp aubio.css user
34
35doc-examples:
36        doxygen examples.cfg
37        cp aubio.css examples
38       
39man:
40        docbook-to-man aubionotes.sgml > aubionotes.1
41        docbook-to-man aubioonset.sgml > aubioonset.1
42
43# Update docs for distribution
44#dist-hook:
45
46clean:
47        rm -rf devel user examples *.1
48
49distclean-hook: clean
Note: See TracBrowser for help on using the repository browser.