Merge branch 'ht/newline-before-EOF' into maint
[shapes.git] / examples / features / Makefile
blobf599d4fe1b587a5b3ddda20068692ffd3af699c2
1 ALLSHAPE := $(patsubst %.shape,%.pdf, $(filter-out static_errors.shape, $(wildcard *.shape) ) )
2 SHAPESFLAGS = --warn=error --resources=no -N../../resources/extensions -M../../resources/fontmetrics --tmp*=yes --tmpdir /tmp/shapes-$(USER)
4 all: $(ALLSHAPE)
6 e:
7 -echo $(ALLSHAPE)
9 %.pdf: %.shape
10 ../../source/shapes $(SHAPESFLAGS) $<
12 .PHONY: cleanlabels
13 cleanlabels:
14 -rm -f *.labels*.*
15 -rm -f *~
17 .PHONY: cleanpdf
18 cleanpdf:
19 -rm *.pdf
21 imports.pdf: multipage.pdf