Changeset 1487:6ea6d0d789c6 in lemon-0.x for doc/Makefile.am
- Timestamp:
- 06/14/05 21:18:14 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1968
- 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 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.