From bb9c9544537083dbb200d4bb4448ca246b3298d7 Mon Sep 17 00:00:00 2001 From: Immanuel Haffner <haffner.immanuel@gmail.com> Date: Mon, 11 Jul 2022 12:07:36 +0200 Subject: [PATCH] Properly name paper for submission. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6dc4e66..fa83c8d 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ REVISION=revision-response.tex all: @fig/convert_svg.sh @rubber --pdf --synctex -W all --module bibtex $(TARGET) + @cp -f main.pdf paper-156.pdf revision: @rubber --pdf --synctex -W all --module bibtex $(REVISION) -- GitLab