mirror of
https://forge.katzen.cafe/katzen-cafe/iowo.git
synced 2024-11-05 23:36:23 +01:00
repo: add helpful comment to justfile
This commit is contained in:
parent
a9b69094cc
commit
41e21bac16
1
justfile
1
justfile
|
@ -1,3 +1,4 @@
|
||||||
|
# Compile all documentation as in proposals and design documents, placing them under `docs/compiled`.
|
||||||
docs:
|
docs:
|
||||||
#!/usr/bin/env nu
|
#!/usr/bin/env nu
|
||||||
glob **/*.typ --exclude [**/{template.typ,util/**}] | par-each { |source|
|
glob **/*.typ --exclude [**/{template.typ,util/**}] | par-each { |source|
|
||||||
|
|
Loading…
Reference in a new issue