diff options
Diffstat (limited to 'opencv/buildall')
-rw-r--r-- | opencv/buildall | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opencv/buildall b/opencv/buildall new file mode 100644 index 0000000..9e8d86d --- /dev/null +++ b/opencv/buildall @@ -0,0 +1,4 @@ +#!/bin/sh +cat prelude.typ body.typ > all.typ +typst compile --root $PWD all.typ docs/all.pdf +pdftk docs/all.pdf cat 1 4-5 8-end output docs/ocv-all.pdf |