We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f48bcd7 commit 0b6ce60Copy full SHA for 0b6ce60
1 file changed
css-template/Makefile
@@ -31,10 +31,13 @@ opts =
31
# For Dispositions of Comments in css3-background:
32
%.html: %.txt; awk -f issues-txt-to-html.awk $< >$@
33
34
-# Rule to make PNG from FIG
+# Rule to create PNG from FIG
35
%.png: %.fig; fig2dev -L png -m 0.8 -S 4 $< $@
36
37
-# Rule to make PNG from EPS
+# Rule to create EPS from FIG
38
+%.eps: %.fig; fig2dev -m 0.8 -L eps -F -c $< $@
39
+
40
+# Rule to create PNG from EPS
41
%.png: %.eps; convert -density 96x96 $< $@
42
43
0 commit comments