mirror of
https://github.com/JanNeuendorf/SVC16.git
synced 2025-06-01 09:00:21 +00:00
added a justfile with the command to build the specification
This commit is contained in:
parent
cea522cee3
commit
70fb53e87a
2
.gitignore
vendored
2
.gitignore
vendored
@ -22,3 +22,5 @@ target/
|
||||
|
||||
# So we do not commit the compiled specifications for every small change
|
||||
*.pdf
|
||||
# A folder for the releases
|
||||
releases
|
||||
|
5
justfile
Normal file
5
justfile
Normal file
@ -0,0 +1,5 @@
|
||||
release_spec semver:
|
||||
-mkdir {{justfile_dir()}}/releases
|
||||
typst compile specification/specification.typ {{justfile_dir()}}/releases/specification_{{semver}}.pdf --input semver={{semver}}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#import "@preview/colorful-boxes:1.4.0":slanted-colorbox
|
||||
#let version= "0.1.0"
|
||||
#let version=sys.inputs.at(default:"??.??.??","semver")
|
||||
#let title= "SVC16: A Simple Virtual Computer"
|
||||
#set text(size: 8pt)
|
||||
#set page(
|
||||
|
Loading…
x
Reference in New Issue
Block a user