1
0
Fork 0

Don't create output directory if already exists

main
Ethan Reece 2024-09-22 01:17:31 -05:00
parent 7b3bc370e7
commit 1661f179d0
Signed by: me
GPG Key ID: 198E9EB433DB1B28
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
default: default:
guix time-machine --channels=./channels.scm.lock -- shell --container --emulate-fhs --manifest=./manifest.scm -- sh -c "mkdir ./out && typst compile ./src/document.typ ./out/document.pdf --font-path=/usr/share/fonts" guix time-machine --channels=./channels.scm.lock -- shell --container --emulate-fhs --manifest=./manifest.scm -- sh -c "mkdir -p ./out && typst compile ./src/document.typ ./out/document.pdf --font-path=/usr/share/fonts"
fonts: fonts:
guix time-machine --channels=./channels.scm.lock -- shell --container --emulate-fhs --manifest=./manifest.scm -- typst fonts --font-path=/usr/share/fonts guix time-machine --channels=./channels.scm.lock -- shell --container --emulate-fhs --manifest=./manifest.scm -- typst fonts --font-path=/usr/share/fonts