0
6
0
... | ... |
@@ -16,2 +16,10 @@ |
16 | 16 |
DOC_EPS_IMAGES18 = \ |
17 |
grid_graph.eps \ |
|
18 |
nodeshape_0.eps \ |
|
19 |
nodeshape_1.eps \ |
|
20 |
nodeshape_2.eps \ |
|
21 |
nodeshape_3.eps \ |
|
22 |
nodeshape_4.eps |
|
23 |
|
|
24 |
DOC_EPS_IMAGES27 = \ |
|
17 | 25 |
bipartite_matching.eps \ |
... | ... |
@@ -20,9 +28,3 @@ |
20 | 28 |
edge_biconnected_components.eps \ |
21 |
grid_graph.eps \ |
|
22 | 29 |
node_biconnected_components.eps \ |
23 |
nodeshape_0.eps \ |
|
24 |
nodeshape_1.eps \ |
|
25 |
nodeshape_2.eps \ |
|
26 |
nodeshape_3.eps \ |
|
27 |
nodeshape_4.eps \ |
|
28 | 30 |
strongly_connected_components.eps |
... | ... |
@@ -30,3 +32,4 @@ |
30 | 32 |
DOC_EPS_IMAGES = \ |
31 |
$(DOC_EPS_IMAGES18) |
|
33 |
$(DOC_EPS_IMAGES18) \ |
|
34 |
$(DOC_EPS_IMAGES27) |
|
32 | 35 |
|
... | ... |
@@ -53,2 +56,13 @@ |
53 | 56 |
|
57 |
$(DOC_EPS_IMAGES27:%.eps=doc/gen-images/%.png): doc/gen-images/%.png: doc/images/%.eps |
|
58 |
-mkdir doc/gen-images |
|
59 |
if test ${gs_found} = yes; then \ |
|
60 |
$(GS_COMMAND) -sDEVICE=pngalpha -r27 -sOutputFile=$@ $<; \ |
|
61 |
else \ |
|
62 |
echo; \ |
|
63 |
echo "Ghostscript not found."; \ |
|
64 |
echo; \ |
|
65 |
exit 1; \ |
|
66 |
fi |
|
67 |
|
|
54 | 68 |
html-local: $(DOC_PNG_IMAGES) |
0 comments (0 inline)