Browse Source

place snapshot pdfs outside of the thesis-repo

master
Constantin Fürst 3 months ago
parent
commit
f734e6d189
  1. 4
      thesis/Makefile

4
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)

Loading…
Cancel
Save