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)