summary refs log blame commit diff stats
path: root/java/buildall
blob: 6777b7b324873567a5727894ae1e1525935ffeff (plain) (tree)
1
2
3
4
5
         
                         
                                                                                
                                              
                                                            
#!/bin/sh
cat prelude.typ > all.typ
sh havebeendone | awk '{ printf("#include(\"text/%s.typ\")\n", $2) }' >> all.typ
typst compile --root $PWD all.typ docs/all.pdf
pdftk docs/all.pdf cat 1 4-7 10-end output docs/java-all.pdf