Changeset e997b1a for doc/Makefile.am


Ignore:
Timestamp:
Dec 1, 2004, 9:34:40 PM (19 years ago)
Author:
Paul Brossier <piem@altern.org>
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
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile.am

    rc0ec39c re997b1a  
    55        aubionotes.sgml aubioonset.sgml
    66
     7man_MANS = aubionotes.1 aubioonset.1
    78#docbook_docs = aubio-devdoc.xml
    89#DOCBOOK_STYLESHEET ?= http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl
     
    3738        cp aubio.css examples
    3839       
    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
    4244
    4345# Update docs for distribution
Note: See TracChangeset for help on using the changeset viewer.