COIN-OR::LEMON - Graph Library

Changeset 1370:76a3f46d361c in lemon-0.x


Ignore:
Timestamp:
04/18/05 19:26:51 (19 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1815
Message:

added m4 macro to control documentation generation

Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r1354 r1370  
    11EXTRA_DIST = autopackage/default.apspec.in
    22
    3 SUBDIRS = src doc
     3if WANT_DOCS
     4  MAYBE_DOC = doc
     5endif
     6SUBDIRS = src $(MAYBE_DOC)
    47
    58MRPROPERFILES = \
    69        aclocal.m4 \
    710        config.h.in \
     11        config.h.in~ \
    812        configure \
    913        Makefile.in \
  • configure.ac

    r1350 r1370  
    2626dnl Checks for libraries.
    2727LX_CHECK_GLPK
     28
     29LX_ENABLE_DOCS
    2830
    2931dnl Checks for header files.
  • doc/Doxyfile.in

    r1347 r1370  
    279279# Set it to YES to include the internal documentation.
    280280
    281 INTERNAL_DOCS          = NO
     281INTERNAL_DOCS          = @DOXYGEN_INTERNAL_DOCS@
    282282
    283283# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
Note: See TracChangeset for help on using the changeset viewer.