source: doc/Makefile.am @ 02839ae

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>, 19 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
4EXTRA_DIST = devel.cfg examples.cfg user.cfg aubio.css \
5        aubionotes.sgml aubioonset.sgml
6
7man_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
11all:
12
13# Run "make update-docs" to update developer doc and doxygen reference
14#update-docs: xmldocbook doxygen
15update-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
23doc-clean:
24        -rm -rf devel
25
26maintainer-clean-local: doc-clean
27
28doc-devel:
29        doxygen devel.cfg
30
31doc-user:
32        doxygen user.cfg
33
34doc-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
45clean:
46        rm -rf devel user examples *.1
47
48distclean-hook: clean
Note: See TracBrowser for help on using the repository browser.