Changeset 1487:6ea6d0d789c6 in lemon-0.x
- Timestamp:
- 06/14/05 21:18:14 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1968
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
r1483 r1487 5 5 lemon.spec \ 6 6 autopackage/default.apspec.in \ 7 config/lx_docdir_suffix.m4 \ 7 8 config/cxxflags.m4 \ 8 9 config/lp.m4 \ -
configure.ac
r1483 r1487 30 30 LX_CHECK_CPLEX 31 31 32 LX_DOCDIR_SUFFIX 32 33 LX_ENABLE_DOCS 33 34 LX_ENABLE_GUI … … 82 83 echo The documentation will be installed in 83 84 echo -n ' ' 84 eval e val eval echo ${datadir}/doc/$PACKAGE-$VERSION/html/index.html.85 eval echo ${datadir}/doc/$DOCSUFFIX. 85 86 echo 86 87 echo '*********************************************************************' -
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 1 htmldir = $(datadir)/doc/$(DOCSUFFIX)/html 7 2 8 3 EXTRA_DIST = html icons mainpage.dox getstart.dox quicktour.dox \ … … 11 6 developers_interface.dox graph_io.dox dirs.dox graph-adaptors.dox 12 7 13 14 ## all-local: html/index.html15 16 ## TODO: 'html/index.html' should depend on the files listed in Doxyfile's17 ## INPUT variable.18 8 html/index.html: 19 9 if test ${doxygen_found} = yes; then \ … … 22 12 fi 23 13 24 ## This is needed to make 'make dist' work even if the 'html' subdirectory25 ## does not exist.26 14 html: html/index.html 27 15
Note: See TracChangeset
for help on using the changeset viewer.