COIN-OR::LEMON - Graph Library

Changeset 1487:6ea6d0d789c6 in lemon-0.x for doc


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.