Skip to content

Commit 0b6ce60

Browse files
committed
Added a rule to make .eps from .fig
1 parent f48bcd7 commit 0b6ce60

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

css-template/Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,13 @@ opts =
3131
# For Dispositions of Comments in css3-background:
3232
%.html: %.txt; awk -f issues-txt-to-html.awk $< >$@
3333

34-
# Rule to make PNG from FIG
34+
# Rule to create PNG from FIG
3535
%.png: %.fig; fig2dev -L png -m 0.8 -S 4 $< $@
3636

37-
# Rule to make PNG from EPS
37+
# 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
3841
%.png: %.eps; convert -density 96x96 $< $@
3942

4043

0 commit comments

Comments
 (0)