diff --git a/Makefile b/Makefile index d0fa38820b1ece8c01c2690dd1fbbe628e170c60..bffd3c0ddd1f684e4bc3ea335bd6128e12ba31fa 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: out/Leitfaden.pdf -out/Leitfaden.pdf: leitfaden.typ template.typ sections/* +out/Leitfaden.pdf: leitfaden.typ template.typ sections/* images/* mkdir -p out typst compile leitfaden.typ $@ @@ -14,4 +14,8 @@ clean: open: out/Leitfaden.pdf xdg-open out/Leitfaden.pdf -.PHONY: all clean watch \ No newline at end of file +publish: out/Leitfaden.pdf + cp out/Leitfaden.pdf /shared/Projects/Osak/web/files/gamejam-2024-07-05/Guideline.pdf + make -C /shared/Projects/Osak/web forcedeploy + +.PHONY: all clean watch