Changeset 4eafd5b


Ignore:
Timestamp:
Sep 29, 2006, 3:41:18 PM (18 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:
9ec7876
Parents:
b1bfc61
Message:

get doxygen PROJECT_NUMBER from VERSION file
get doxygen PROJECT_NUMBER from VERSION file

Location:
doc
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile.am

    rb1bfc61 r4eafd5b  
    1616        -rm -rf devel
    1717
     18PROJECT_NUMBER = `source $(top_srcdir)/VERSION; echo $$AUBIO_MAJOR_VERSION.$$AUBIO_MINOR_VERSION.$$AUBIO_PATCH_VERSION$$AUBIO_VERSION_STATUS`
    1819maintainer-clean-local: doc-clean
    1920
    2021doc-devel:
    21         doxygen $(srcdir)/devel.cfg
     22        (echo PROJECT_NUMBER = $(PROJECT_NUMBER) ; cat $(srcdir)/devel.cfg)     | doxygen -
    2223
    2324doc-user:
    24         doxygen $(srcdir)/user.cfg
     25        (echo PROJECT_NUMBER = $(PROJECT_NUMBER) ; cat $(srcdir)/user.cfg)      | doxygen -
    2526
    2627doc-examples:
    27         doxygen $(srcdir)/examples.cfg
     28        (echo PROJECT_NUMBER = $(PROJECT_NUMBER) ; cat $(srcdir)/examples.cfg)  | doxygen -
    2829
    2930%.sgml:
  • doc/devel.cfg

    rb1bfc61 r4eafd5b  
    2424# if some version control system is used.
    2525
    26 PROJECT_NUMBER         = 0.3.0
     26#PROJECT_NUMBER         = 0.3.0
    2727
    2828# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
  • doc/examples.cfg

    rb1bfc61 r4eafd5b  
    2424# if some version control system is used.
    2525
    26 PROJECT_NUMBER         = 0.2.0
     26#PROJECT_NUMBER         = 0.2.0
    2727
    2828# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
  • doc/user.cfg

    rb1bfc61 r4eafd5b  
    2424# if some version control system is used.
    2525
    26 PROJECT_NUMBER         = 0.3.0
     26#PROJECT_NUMBER         = 0.3.0
    2727
    2828# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
Note: See TracChangeset for help on using the changeset viewer.