From f734e6d189d4e25f92f8de390791c58a26388e11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantin=20F=C3=BCrst?= Date: Mon, 19 Feb 2024 15:20:32 +0100 Subject: [PATCH] place snapshot pdfs outside of the thesis-repo --- thesis/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thesis/Makefile b/thesis/Makefile index a619db0..770bbfd 100644 --- a/thesis/Makefile +++ b/thesis/Makefile @@ -42,8 +42,8 @@ default: pdf # Is not dependent on anything because latexmk should figure out by itself if everything is fresh. pdf: $(LATEXMK) $(LATEXMK_FLAGS) $(DOC_TEX) - cp $(DOC_PDF) backups/$(BACKUP_FILE_NAME) - curl --netrc-file ../../serverkey/curl-cloud-access -T backups/$(BACKUP_FILE_NAME) https://cloud.constantin-fuerst.com/remote.php/dav/files/constantin/university/thesis-backup/$(BACKUP_FILE_NAME) + cp $(DOC_PDF) ../backups/$(BACKUP_FILE_NAME) + curl --netrc-file ../../serverkey/curl-cloud-access -T ../backups/$(BACKUP_FILE_NAME) https://cloud.constantin-fuerst.com/remote.php/dav/files/constantin/university/thesis-backup/$(BACKUP_FILE_NAME) # Performs a watch task, i.e. automatically re-builds everything quickly on changes. # If your PDF viewer supports a reload on file changes (such as the default PDF viewer in GNOME)