doc/Makefile.am
branchlemon-1.0
changeset 2649 68eaa3e9029d
parent 2647 aa4a3a04fb4c
child 2651 184dcd8c07d0
equal deleted inserted replaced
26:3b5827cc2b48 27:82ff61d62227
     1 htmldir = $(datadir)/doc/$(PACKAGE)/html
     1 htmldir = $(datadir)/doc/$(PACKAGE)/html
     2 
     2 
     3 EXTRA_DIST += \
     3 EXTRA_DIST += \
     4 	doc/html \
     4 	doc/html
     5 	doc/icons/geom/ftv2doc.png \
     5 ##	doc/icons/geom/ftv2doc.png \
     6 	doc/icons/geom/ftv2folderclosed.png \
     6 ##	doc/icons/geom/ftv2folderclosed.png \
     7 	doc/icons/geom/ftv2folderopen.png \
     7 ##	doc/icons/geom/ftv2folderopen.png \
     8 	doc/coding_style.dox \
     8 ##	doc/coding_style.dox \
     9 	doc/developers_interface.dox \
     9 ##	doc/developers_interface.dox \
    10 	doc/dirs.dox \
    10 ##	doc/dirs.dox \
    11 	doc/getstart.dox \
    11 ##	doc/getstart.dox \
    12 	doc/graph-adaptors.dox \
    12 ##	doc/graph-adaptors.dox \
    13 	doc/graph_io.dox \
    13 ##	doc/graph_io.dox \
    14 	doc/graphs.dox \
    14 ##	doc/graphs.dox \
    15 	doc/groups.dox \
    15 ##	doc/groups.dox \
    16 	doc/license.dox \
    16 ##	doc/license.dox \
    17 	doc/mainpage.dox \
    17 ##	doc/mainpage.dox \
    18 	doc/maps.dox \
    18 ##	doc/maps.dox \
    19 	doc/named-param.dox \
    19 ##	doc/named-param.dox \
    20 	doc/namespaces.dox \
    20 ##	doc/namespaces.dox \
    21 	doc/quicktour.dox \
    21 ##	doc/quicktour.dox \
    22 	doc/ugraphs.dox
    22 ##	doc/ugraphs.dox
    23 
    23 
    24 doc:
    24 doc:
    25 	if test ${doxygen_found} = yes; then \
    25 	if test ${doxygen_found} = yes; then \
    26 	  cd doc; \
    26 	  cd doc; \
    27 	  doxygen Doxyfile; \
    27 	  doxygen Doxyfile; \