X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=70d20e09a3a71db7e2262c10a4a3e7a8511f657d;hp=c88f8335814886b3b0ecc06a626de8cf44e4f75b;hb=0b5fe59e9c483087f2aedbb113542faf849e3d2c;hpb=910e72863cc7b020aaae258950e3713a6de6d691 diff --git a/Makefile b/Makefile index c88f833..70d20e0 100644 --- a/Makefile +++ b/Makefile @@ -115,6 +115,11 @@ pandemic-counter-l%.eps: pandemic-counter-letters.fig fig2dev -D +$(notdir $*) -L eps <$< >$@.tmp @mv -f $@.tmp $@ +.PRECIOUS: maglite-holder-torch-curve.eps +maglite-holder-torch-curve.eps: maglite-holder-torch.fig + fig2dev -D +1:70 -L eps <$< >$@.tmp + @mv -f $@.tmp $@ + PANDEMICQUARANTINES_NUMBERS=1 2 PANDEMICQUARANTINES_DXFS=$(foreach l,$(PANDEMICQUARANTINES_NUMBERS), \ pandemic-quarantine-l$l.dxf)