summary refs log blame commit diff stats
path: root/java/buildall
blob: 4468d3503dfa018d90664bf37d7b05035d09234c (plain) (tree)
1
2
3
4
         


                                                                                  
#!/bin/sh
cat prelude.typ > all.typ
awk '$2 == "#" { printf("#include(\"text/%s.typ\")\n", $1) }' alist.txt >> all.typ
typst compile --root $PWD all.typ docs/all.pdf