We don;t need to go over Ghsotscript any more for creating .gif files,

because dot now offers anti-aliased drawing.
This commit is contained in:
Diomidis Spinellis 2006-03-05 19:45:44 +00:00
parent 6f36d06dc8
commit b7a7c2335e
1 changed files with 1 additions and 5 deletions

View File

@ -21,11 +21,7 @@ DOC?=snapshot-doc
dot -Teps -o$@ $<
.dot.gif:
dot -Tps $< | \
$(GS)/gs -I$(GS) -I$(GS)/fonts -q -r360 -dNOPAUSE -sDEVICE=pnm -sOutputFile=- - -c quit | \
$(NETPBM)/pnmcrop | \
$(NETPBM)/pnmscale 0.25 | \
$(NETPBM)/ppmtogif >$@
dot -Tgif $< -o$@
.pic.eps:
perl -p -e 'BEGIN {binmode(STDOUT);} s/\r//' $< | $(PIC2PLOT) -Teps >$@