Changeset 3050cb8 for doc


Ignore:
Timestamp:
Mar 31, 2005, 11:18:14 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:
e50b695
Parents:
1f40359
Message:

added configure rules to check presence of swig, python,

puredata and docbook-to-man.
deleted autotools generated files
activated threading in midi_alsa_seq.c

Location:
doc
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile.am

    r1f40359 r3050cb8  
    1 #  install the man pages and include in distribution
    2 #man_MANS = fluidsynth.1
    3 #EXTRA_DIST = $(man_MANS) devel.cfg fluidsynth.1
    41EXTRA_DIST = devel.cfg examples.cfg user.cfg aubio.css \
    5         aubionotes.sgml aubioonset.sgml
     2        aubionotes.sgml aubioonset.sgml \
     3        aubioonset.1 aubionotes.1
    64
    75man_MANS = aubionotes.1 aubioonset.1
    86CLEANFILES = $(man_MANS)
    9 #docbook_docs = aubio-devdoc.xml
    10 #DOCBOOK_STYLESHEET ?= http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl
    117
    128all:
    139
    14 # Run "make update-docs" to update developer doc and doxygen reference
    15 #update-docs: xmldocbook doxygen
    1610update-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) $<
    2311
    2412doc-clean:
     
    4129        docbook-to-man $< > $*.1
    4230
    43 # Update docs for distribution
    44 #dist-hook:
    45 
    4631clean:
    47         rm -rf devel user examples *.1
     32        rm -rf devel user examples #*.1
    4833
    4934distclean-hook: clean
Note: See TracChangeset for help on using the changeset viewer.