COIN-OR::LEMON - Graph Library

Changeset 1487:6ea6d0d789c6 in lemon-0.x


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

added macro for setting the name of the directory under datadir/doc

Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r1483 r1487  
    55        lemon.spec \
    66        autopackage/default.apspec.in \
     7        config/lx_docdir_suffix.m4 \
    78        config/cxxflags.m4 \
    89        config/lp.m4 \
  • configure.ac

    r1483 r1487  
    3030LX_CHECK_CPLEX
    3131
     32LX_DOCDIR_SUFFIX
    3233LX_ENABLE_DOCS
    3334LX_ENABLE_GUI
     
    8283echo The documentation will be installed in
    8384echo -n '  '
    84 eval eval eval echo ${datadir}/doc/$PACKAGE-$VERSION/html/index.html.
     85eval echo ${datadir}/doc/$DOCSUFFIX.
    8586echo
    8687echo '*********************************************************************'
  • doc/Makefile.am

    r1479 r1487  
    1 ## TODO: Doxyfile should be generated from Doxyfile.in by configure. This way
    2 ## the value of PROJECT_NAME, PROJRCT_NUMBER, PERL_PATH, etc. could be
    3 ## substituted in configure-time.
    4 
    5 htmldir = $(datadir)/doc/@PACKAGE@-@VERSION@/html
    6 ## htmldir = $(pkgdatadir)/doc
     1htmldir = $(datadir)/doc/$(DOCSUFFIX)/html
    72
    83EXTRA_DIST = html icons mainpage.dox getstart.dox quicktour.dox \
     
    116        developers_interface.dox graph_io.dox dirs.dox graph-adaptors.dox
    127
    13 
    14 ## all-local: html/index.html
    15 
    16 ## TODO: 'html/index.html' should depend on the files listed in Doxyfile's
    17 ## INPUT variable.
    188html/index.html:
    199        if test ${doxygen_found} = yes; then \
     
    2212        fi
    2313
    24 ## This is needed to make 'make dist' work even if the 'html' subdirectory
    25 ## does not exist.
    2614html: html/index.html
    2715
Note: See TracChangeset for help on using the changeset viewer.