diff --git a/Makefile b/Makefile
index 0cc1690508b62659cce8a09cf756ff2ae7dc0e74..580f4916a5828f74f4475919580a67faf028554e 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 \