↑ Collapse diff ↑
Ignore white space 6 line context
... ...
@@ -15,19 +15,22 @@
15 15

	
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 \
18 26
	bipartite_partitions.eps \
19 27
	connected_components.eps \
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
29 31

	
30 32
DOC_EPS_IMAGES = \
31
	$(DOC_EPS_IMAGES18)
33
	$(DOC_EPS_IMAGES18) \
34
	$(DOC_EPS_IMAGES27)
32 35

	
33 36
DOC_PNG_IMAGES = \
... ...
@@ -52,4 +55,15 @@
52 55
	fi
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)
55 69
	if test ${doxygen_found} = yes; then \
... ...
@@ -2,6 +2,5 @@
2 2
%%Creator: LEMON, graphToEps()
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
7 6
/lb { setlinewidth setrgbcolor newpath moveto
... ...
@@ -47,4 +46,6 @@
47 46

	
48 47
gsave
48
90 rotate
49
0 -842 translate
49 50
71.6378 15 translate
50 51
0.389093 dup scale
... ...
@@ -2,6 +2,5 @@
2 2
%%Creator: LEMON, graphToEps()
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
7 6
/lb { setlinewidth setrgbcolor newpath moveto
... ...
@@ -47,4 +46,6 @@
47 46

	
48 47
gsave
48
90 rotate
49
0 -842 translate
49 50
71.0944 15 translate
50 51
0.434694 dup scale
... ...
@@ -2,6 +2,5 @@
2 2
%%Creator: LEMON, graphToEps()
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
7 6
/lb { setlinewidth setrgbcolor newpath moveto
... ...
@@ -47,4 +46,6 @@
47 46

	
48 47
gsave
48
90 rotate
49
0 -842 translate
49 50
71.0944 15 translate
50 51
0.434694 dup scale
... ...
@@ -2,6 +2,5 @@
2 2
%%Creator: LEMON, graphToEps()
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
7 6
/lb { setlinewidth setrgbcolor newpath moveto
... ...
@@ -47,4 +46,6 @@
47 46

	
48 47
gsave
48
90 rotate
49
0 -842 translate
49 50
71.0944 15 translate
50 51
0.434694 dup scale
... ...
@@ -2,6 +2,5 @@
2 2
%%Creator: LEMON, graphToEps()
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
7 6
/lb { setlinewidth setrgbcolor newpath moveto
... ...
@@ -47,4 +46,6 @@
47 46

	
48 47
gsave
48
90 rotate
49
0 -842 translate
49 50
77.1122 15 translate
50 51
0.585745 dup scale
0 comments (0 inline)