groffduck/justfile

12 lines
186 B
Plaintext
Raw Normal View History

2023-11-20 19:19:00 +00:00
# list all recipes
default:
just --list --unsorted
# make the pdf
pdf:
groff -Tpdf -me -t -p -g duck.me > duck.pdf
# watch for changes
watch:
ls duck.me duck.grn | entr just pdf