vumpire/pdf/justfile
Christopher P. Brown d75d9a221c published pdf
- add docs
- reorganize and clean up a bit
2023-09-20 20:31:32 -06:00

24 lines
408 B
Makefile

# list all options
default:
just --list --unsorted
# build without images
dev:
groff -Tpdf -ms -p -t -R vumpire.ms > vumpire.pdf
# groff 2 pdf
build:
pdfroff -ms -p -t -R vumpire.ms > vumpire.pdf
# watch for changes
watch:
ls vumpire.ms | entr just dev
# build bibliography file
bib:
recsel refer.rec | recfmt -f refer.recfmt > refer.bib
# upload to town
up:
scp vumpire.* tilde:public_html