Changeset e997b1a for doc/Makefile.am
- Timestamp:
- Dec 1, 2004, 9:34:40 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:
- 02839ae
- Parents:
- c0ec39c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile.am
rc0ec39c re997b1a 5 5 aubionotes.sgml aubioonset.sgml 6 6 7 man_MANS = aubionotes.1 aubioonset.1 7 8 #docbook_docs = aubio-devdoc.xml 8 9 #DOCBOOK_STYLESHEET ?= http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl … … 37 38 cp aubio.css examples 38 39 39 man: 40 docbook-to-man aubionotes.sgml > aubionotes.1 41 docbook-to-man aubioonset.sgml > aubioonset.1 40 %.sgml: 41 42 %.1: %.sgml 43 docbook-to-man $< > $*.1 42 44 43 45 # Update docs for distribution
Note: See TracChangeset
for help on using the changeset viewer.