From 5ce1dbf8299eb376262ce215abe4834a3ff70b0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Sun, 14 Nov 2021 15:32:35 +0100 Subject: =?UTF-8?q?nem=C5=A1=C4=8Dina?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- slo/Makefile | 10 +++++++--- slo/saloma.pdf | Bin 119956 -> 119956 bytes 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'slo') diff --git a/slo/Makefile b/slo/Makefile index 38e2ea2..cd9bb20 100644 --- a/slo/Makefile +++ b/slo/Makefile @@ -1,4 +1,8 @@ SHELL := /bin/bash -# -V geometry:margin=1cm -default: - pandoc saloma.md -f markdown -o saloma.pdf +pdfs := $(subst .md,.pdf,$(wildcard *.md)) +default: $(pdfs) +%.pdf: %.md + pandoc -V geometry:margin=1cm $< -o $@ +.PHONY: clean +clean: + rm -rf $(pdfs) diff --git a/slo/saloma.pdf b/slo/saloma.pdf index 19a0daf..5747687 100644 Binary files a/slo/saloma.pdf and b/slo/saloma.pdf differ -- cgit v1.2.3