summaryrefslogtreecommitdiffstats
path: root/geo/Makefile
blob: 1620f17df8b6b2291c813c04dbabeb306a02206a (plain) (blame)
1
2
3
4
5
6
7
8
9
SHELL := /bin/bash
.PHONY: clean default
default: zse.min.pdf zse.min2.pdf test3.min.pdf test3.min2.pdf
%.min.pdf: %.pdf
	pdfjam $< --nup 3x2 --landscape --outfile $@ --no-tidy
%.min2.pdf: %.pdf
	pdfjam $< --nup 4x3 --landscape --offset '0in -1in' --outfile $@ --no-tidy
clean:
	rm -rf *.min.pdf *.min2.pdf