Skip to content
Snippets Groups Projects
Verified Commit 53039676 authored by Lars Frost's avatar Lars Frost
Browse files

Add publish rule

parent dd21844e
Branches
Tags
No related merge requests found
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
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment