doc/Makefile.am
changeset 586 7c12061bd271
parent 337 560e4b6d020d
child 587 114920bd21ef
     1.1 --- a/doc/Makefile.am	Tue Apr 14 10:40:33 2009 +0100
     1.2 +++ b/doc/Makefile.am	Wed Apr 15 04:26:13 2009 +0200
     1.3 @@ -14,12 +14,18 @@
     1.4  	doc/CMakeLists.txt
     1.5  
     1.6  DOC_EPS_IMAGES18 = \
     1.7 +	bipartite_matching.eps \
     1.8 +	bipartite_partitions.eps \
     1.9 +	connected_components.eps \
    1.10 +	edge_biconnected_components.eps \
    1.11  	grid_graph.eps \
    1.12 +	node_biconnected_components.eps \
    1.13  	nodeshape_0.eps \
    1.14  	nodeshape_1.eps \
    1.15  	nodeshape_2.eps \
    1.16  	nodeshape_3.eps \
    1.17 -	nodeshape_4.eps
    1.18 +	nodeshape_4.eps \
    1.19 +	strongly_connected_components.eps
    1.20  
    1.21  DOC_EPS_IMAGES = \
    1.22  	$(DOC_EPS_IMAGES18)