Makefile (239B) - Raw
1 all: ZPT003_2020_03_ats.txt elphistone_6.pdf 2 3 %.pdf: %.tex 4 latexmk -g -lualatex $< 5 6 ZPT003_2020_03_ats.txt: ZPT003_2020_03_ats.py consts.py 7 python3 $< > $@ 8 9 consts.py: elphistone_6.pdf 10 printf "wc = %d\n" $$(pdftotext $< - | wc -m) > $@