Fix Makefile whitespace errors
[shapes.git] / examples / doc / Makefile
blob7f7e9b5305ba59bfa6eb6abf52dc34a88fa0dfba
1 ALLSHAPE := $(patsubst %.shape,%.pdf, $(filter-out lexiographicSort.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