Updating the changelog in the VERSION file, and version_sync
[shapes.git] / examples / showcase / Makefile
blob39bc7a39991b86e91f2026966b83cfa4d276ba4e
1 ALLSHAPE := $(patsubst %.shape,%.pdf, $(filter-out kjmrobot.shape, $(wildcard *.shape)) )
2 ALLBLANK := $(patsubst %.blank,%.stdout, $(wildcard *.blank) )
3 SHAPESFLAGS = --warn=error --resources=no -N../../resources/extensions -M../../resources/fontmetrics --tmp*=yes --tmpdir /tmp/shapes-$(USER)
5 all: $(ALLSHAPE) $(ALLBLANK)
7 e:
8 -echo $(ALLSHAPE) $(ALLBLANK)
10 %.pdf: %.shape
11 ../../source/shapes $(SHAPESFLAGS) $<
13 %.stdout: %.blank
14 ../../source/shapes $(SHAPESFLAGS) $< > $*.stdout0
15 mv $*.stdout0 $@
17 .PHONY: cleanlabels
18 cleanlabels:
19 -rm -f *.labels*.*
20 -rm -f *~
22 .PHONY: cleanpdf
23 cleanpdf:
24 -rm *.pdf
26 .PHONY: cleanstdout
27 cleanstdout:
28 -rm *.stdout
30 imports.pdf: multipage.pdf