X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=a3c57c5a6389954a610d2a53b3e9c4f22df7b201;hb=4b018134510db18e479a5b80073ade0e9a412561;hp=322b17d7490888b891aecb1874f947d05cf5cf56;hpb=54bd06ca91fcf2679a90004d5fa7e0b4fbfebc74;p=reprap-play.git diff --git a/Makefile b/Makefile index 322b17d..a3c57c5 100644 --- a/Makefile +++ b/Makefile @@ -93,8 +93,8 @@ PANDEMICQUARANTINES_NUMBERS=1 2 PANDEMICQUARANTINES_DXFS=$(foreach l,$(PANDEMICQUARANTINES_NUMBERS), \ pandemic-quarantine-l$l.dxf) -pandemic-quarantine-numbers pandemic-quarantine%.stl: \ - $(PANDEMICQUARANTINES_DXFS) +pandemic-quarantine-numbers: $(PANDEMICQUARANTINES_DXFS) +pandemic-quarantine%.stl: $(PANDEMICQUARANTINES_DXFS) .PRECIOUS: pandemic-quarantine-l%.eps pandemic-quarantine-l%.eps: pandemic-quarantine-numbers.fig @@ -114,6 +114,12 @@ screw-recess-test-number-s%.eps: screw-recess-test-number-s%.fig screw-recess-test-numbers screw-recess-test.stl: $(SCREWRECESSTEST_DXFS) +question-question.eps: question-question.fig + fig2dev -L eps <$< >$@.tmp + @mv -f $@.tmp $@ + +question-token.stl: question-question.dxf + .PRECIOUS: $(SCREWRECESSTEST_DXFS) $(SCREWRECESSTEST_DXFS) \ $(foreach s,$(SCREWRECESSTEST_SIZES), \ screw-recess-test-number-s$s.fig \