mirror of
https://github.com/JanNeuendorf/SVC16.git
synced 2025-06-01 09:00:21 +00:00
7 lines
240 B
Makefile
7 lines
240 B
Makefile
semver:=`cargo pkgid | cut -d "#" -f2| cut -d@ -f2`
|
|
release_spec:
|
|
-mkdir {{justfile_dir()}}/releases
|
|
typst compile specification/specification.typ {{justfile_dir()}}/releases/specification_{{semver}}.pdf --input semver={{semver}}
|
|
|
|
|