source: doc/Makefile.am @ 77494e7

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

bumping to 0.1.8

  • Property mode set to 100644
File size: 1011 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
8CLEANFILES = $(man_MANS)
9#docbook_docs = aubio-devdoc.xml
10#DOCBOOK_STYLESHEET ?= http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl
11
12all:
13
14# Run "make update-docs" to update developer doc and doxygen reference
15#update-docs: xmldocbook doxygen
16update-docs: doc-devel
17
18# The new XML DocBook way:
19#xmldocbook: $(docbook_docs)
20#       -rm -rf html
21#       $(mkinstalldirs) html
22#       xsltproc -o html/ --catalogs $(DOCBOOK_STYLESHEET) $<
23
24doc-clean:
25        -rm -rf devel
26
27maintainer-clean-local: doc-clean
28
29doc-devel:
30        doxygen devel.cfg
31
32doc-user:
33        doxygen user.cfg
34
35doc-examples:
36        doxygen examples.cfg
37       
38%.sgml:
39
40%.1:    %.sgml
41        docbook-to-man $< > $*.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.