Files
evolution/doc/devel/images/Makefile
Michael Zucci 544016faf6 Stupid idiot, I thought i lost these files and remade them.
The menu merging one looks better anyway.

svn path=/trunk/; revision=27935
2004-11-17 07:04:12 +00:00

22 lines
430 B
Makefile

# this is only a temporary makefile
# you need ps2eps, groff, pnmutils, and ghostscript installed
PICS=e-config-flow.pic e-popup-merge-1.pic e-popup-merge-2.pic
EPS=$(PICS:.pic=.eps)
PNG=$(PICS:.pic=.png)
all: $(PNG)
%.eps: %.pic
groff -p $^ | ps2eps -f -l > $@
%.png: %.pic
groff -p $^ \
| gs -q -dSAFER -dNOPAUSE -dBATCH -r180 -sDEVICE=pnmraw -sOutputFile=- - -c quit \
| pnmcrop \
| pnmscale 0.5 \
| pnmtopng > $@