↑ Collapse diff ↑
Show white space 2 line context
... ...
@@ -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)
... ...
@@ -3,4 +3,3 @@
3 3
%%CreationDate: Tue Nov 15 16:51:43 2005
4
%%BoundingBox: 0 0 596 842
5
%%DocumentPaperSizes: a4
4
%%BoundingBox: 0 0 842 596
6 5
%%EndComments
... ...
@@ -48,2 +47,4 @@
48 47
gsave
48
90 rotate
49
0 -842 translate
49 50
71.6378 15 translate
... ...
@@ -3,4 +3,3 @@
3 3
%%CreationDate: Fri Nov  4 13:47:12 2005
4
%%BoundingBox: 0 0 596 842
5
%%DocumentPaperSizes: a4
4
%%BoundingBox: 0 0 842 596
6 5
%%EndComments
... ...
@@ -48,2 +47,4 @@
48 47
gsave
48
90 rotate
49
0 -842 translate
49 50
71.0944 15 translate
... ...
@@ -3,4 +3,3 @@
3 3
%%CreationDate: Fri Nov  4 13:47:12 2005
4
%%BoundingBox: 0 0 596 842
5
%%DocumentPaperSizes: a4
4
%%BoundingBox: 0 0 842 596
6 5
%%EndComments
... ...
@@ -48,2 +47,4 @@
48 47
gsave
48
90 rotate
49
0 -842 translate
49 50
71.0944 15 translate
... ...
@@ -3,4 +3,3 @@
3 3
%%CreationDate: Fri Nov  4 13:47:12 2005
4
%%BoundingBox: 0 0 596 842
5
%%DocumentPaperSizes: a4
4
%%BoundingBox: 0 0 842 596
6 5
%%EndComments
... ...
@@ -48,2 +47,4 @@
48 47
gsave
48
90 rotate
49
0 -842 translate
49 50
71.0944 15 translate
... ...
@@ -3,4 +3,3 @@
3 3
%%CreationDate: Fri Nov  4 13:47:12 2005
4
%%BoundingBox: 0 0 596 842
5
%%DocumentPaperSizes: a4
4
%%BoundingBox: 0 0 842 596
6 5
%%EndComments
... ...
@@ -48,2 +47,4 @@
48 47
gsave
48
90 rotate
49
0 -842 translate
49 50
77.1122 15 translate
0 comments (0 inline)