From e6ed9eab8229f2e477dd12cf7adf90066d10f709 Mon Sep 17 00:00:00 2001 From: Christian Krause <christian.krause@idiv.de> Date: Tue, 7 May 2019 14:14:14 +0200 Subject: [PATCH] fixes makefile dependency --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0cc1690..580f491 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SUBDIRS = \ $(SUBDIRS): $(MAKE) -C $@ -pandoc-papers.pdf: paper.md +pandoc-papers.pdf: pandoc-papers.md pandoc \ -V aspectratio=169 \ -V institute=iDiv \ -- GitLab