6 pages
This commit is contained in:
@@ -3,5 +3,8 @@ all: ZPT003_2020_03_ats.txt elphistone_6.pdf
|
||||
%.pdf: %.tex
|
||||
latexmk -g -lualatex $<
|
||||
|
||||
ZPT003_2020_03_ats.txt: ZPT003_2020_03_ats.py
|
||||
ZPT003_2020_03_ats.txt: ZPT003_2020_03_ats.py consts.py
|
||||
python3 $< > $@
|
||||
|
||||
consts.py: elphistone_6.pdf
|
||||
printf "wc = %d\n" $$(pdftotext $< - | wc -w) > $@
|
||||
|
||||
Reference in New Issue
Block a user