- Timestamp:
- Mar 31, 2005, 11:18:14 PM (20 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- e50b695
- Parents:
- 1f40359
- Location:
- doc
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile.am
r1f40359 r3050cb8 1 # install the man pages and include in distribution2 #man_MANS = fluidsynth.13 #EXTRA_DIST = $(man_MANS) devel.cfg fluidsynth.14 1 EXTRA_DIST = devel.cfg examples.cfg user.cfg aubio.css \ 5 aubionotes.sgml aubioonset.sgml 2 aubionotes.sgml aubioonset.sgml \ 3 aubioonset.1 aubionotes.1 6 4 7 5 man_MANS = aubionotes.1 aubioonset.1 8 6 CLEANFILES = $(man_MANS) 9 #docbook_docs = aubio-devdoc.xml10 #DOCBOOK_STYLESHEET ?= http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl11 7 12 8 all: 13 9 14 # Run "make update-docs" to update developer doc and doxygen reference15 #update-docs: xmldocbook doxygen16 10 update-docs: doc-devel 17 18 # The new XML DocBook way:19 #xmldocbook: $(docbook_docs)20 # -rm -rf html21 # $(mkinstalldirs) html22 # xsltproc -o html/ --catalogs $(DOCBOOK_STYLESHEET) $<23 11 24 12 doc-clean: … … 41 29 docbook-to-man $< > $*.1 42 30 43 # Update docs for distribution44 #dist-hook:45 46 31 clean: 47 rm -rf devel user examples *.132 rm -rf devel user examples #*.1 48 33 49 34 distclean-hook: clean
Note: See TracChangeset
for help on using the changeset viewer.