Mercurial > docs > diploma
comparison thesis/img/Makefile @ 230:35b0dfefd2c4
new pic
author | meillo@marmaro.de |
---|---|
date | Sat, 10 Jan 2009 00:27:06 +0100 |
parents | 265f3f9dd44a |
children | 6ae903397462 |
comparison
equal
deleted
inserted
replaced
229:c5f44219bc5d | 230:35b0dfefd2c4 |
---|---|
1 # generate clipped EPS pictures of PIC files | 1 # generate clipped EPS pictures of PIC files |
2 # | 2 # |
3 # requires: pic, troff (with font Palatino), grops, ps2eps | 3 # requires: pic, troff (with font Palatino), grops, ps2eps |
4 | 4 |
5 #IMG=`ls *.pic | sed 's/\.pic$$/.eps/'` | 5 #IMG=`ls *.pic | sed 's/\.pic$$/.eps/'` |
6 IMG=comm-classification.eps masqmail-arch-new.eps comm-lifecycle.eps email-swot.eps mta-channels.eps | 6 IMG=\ |
7 comm-classification.eps \ | |
8 masqmail-arch-new.eps \ | |
9 comm-lifecycle.eps \ | |
10 email-swot.eps \ | |
11 mta-channels.eps \ | |
12 stunnel.eps \ | |
7 | 13 |
8 | 14 |
9 .PHONY: all | 15 .PHONY: all |
10 all: info $(IMG) | 16 all: info $(IMG) |
11 | 17 |