From 18cd117d1b6a499355b0f2ee17f973fd722b959d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Mon, 13 Dec 2021 22:51:34 +0100 Subject: drugi test geografije --- geo/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 geo/Makefile (limited to 'geo/Makefile') diff --git a/geo/Makefile b/geo/Makefile new file mode 100644 index 0000000..e374d5d --- /dev/null +++ b/geo/Makefile @@ -0,0 +1,9 @@ +SHELL := /bin/bash +.PHONY: clean default +default: zse.min.pdf zse.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 -- cgit v1.2.3