equal
deleted
inserted
replaced
1 ## TODO: Doxyfile should be generated from Doxyfile.in by configure. This way |
1 htmldir = $(datadir)/doc/$(DOCSUFFIX)/html |
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 |
|
7 |
2 |
8 EXTRA_DIST = html icons mainpage.dox getstart.dox quicktour.dox \ |
3 EXTRA_DIST = html icons mainpage.dox getstart.dox quicktour.dox \ |
9 demoprograms.dox graphs.dox undir_graphs.dox named-param.dox \ |
4 demoprograms.dox graphs.dox undir_graphs.dox named-param.dox \ |
10 maps.dox coding_style.dox groups.dox namespaces.dox license.dox \ |
5 maps.dox coding_style.dox groups.dox namespaces.dox license.dox \ |
11 developers_interface.dox graph_io.dox dirs.dox graph-adaptors.dox |
6 developers_interface.dox graph_io.dox dirs.dox graph-adaptors.dox |
12 |
7 |
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. |
|
18 html/index.html: |
8 html/index.html: |
19 if test ${doxygen_found} = yes; then \ |
9 if test ${doxygen_found} = yes; then \ |
20 doxygen Doxyfile; \ |
10 doxygen Doxyfile; \ |
21 cp $(srcdir)/icons/geom/ftv2* html; \ |
11 cp $(srcdir)/icons/geom/ftv2* html; \ |
22 fi |
12 fi |
23 |
13 |
24 ## This is needed to make 'make dist' work even if the 'html' subdirectory |
|
25 ## does not exist. |
|
26 html: html/index.html |
14 html: html/index.html |
27 |
15 |
28 clean-local: |
16 clean-local: |
29 -rm -rf html |
17 -rm -rf html |
30 |
18 |