source: doc/Makefile.am @ e997b1a

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since e997b1a was e997b1a, checked in by Paul Brossier <piem@altern.org>, 20 years ago
  • 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
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        cp aubio.css devel
31
32doc-user:
33        doxygen user.cfg
34        cp aubio.css user
35
36doc-examples:
37        doxygen examples.cfg
38        cp aubio.css examples
39       
40%.sgml:
41
42%.1:    %.sgml
43        docbook-to-man $< > $*.1
44
45# Update docs for distribution
46#dist-hook:
47
48clean:
49        rm -rf devel user examples *.1
50
51distclean-hook: clean
Note: See TracBrowser for help on using the repository browser.