equal
deleted
inserted
replaced
1 htmldir = $(datadir)/doc/$(DOCSUFFIX)/html |
1 htmldir = $(datadir)/doc/$(DOCSUFFIX)/html |
2 |
2 |
3 EXTRA_DIST = html icons mainpage.dox getstart.dox quicktour.dox \ |
3 EXTRA_DIST = \ |
4 demoprograms.dox graphs.dox undir_graphs.dox named-param.dox \ |
4 html \ |
5 maps.dox coding_style.dox groups.dox namespaces.dox license.dox \ |
5 icons/geom/ftv2doc.png \ |
6 developers_interface.dox graph_io.dox dirs.dox graph-adaptors.dox |
6 icons/geom/ftv2folderclosed.png \ |
|
7 icons/geom/ftv2folderopen.png \ |
|
8 coding_style.dox \ |
|
9 demoprograms.dox \ |
|
10 developers_interface.dox \ |
|
11 dirs.dox \ |
|
12 getstart.dox \ |
|
13 graph-adaptors.dox \ |
|
14 graph_io.dox \ |
|
15 graphs.dox \ |
|
16 groups.dox \ |
|
17 license.dox \ |
|
18 mainpage.dox \ |
|
19 maps.dox \ |
|
20 named-param.dox \ |
|
21 namespaces.dox \ |
|
22 quicktour.dox \ |
|
23 undir_graphs.dox |
7 |
24 |
8 html/index.html: |
25 html/index.html: |
9 if test ${doxygen_found} = yes; then \ |
26 if test ${doxygen_found} = yes; then \ |
10 doxygen Doxyfile; \ |
27 doxygen Doxyfile; \ |
11 cp $(srcdir)/icons/geom/ftv2* html; \ |
28 cp $(srcdir)/icons/geom/ftv2* html; \ |