1
0
Fork 0

Ensure build target is called before print target

This commit is contained in:
Daniele Tricoli 2022-10-22 19:36:27 +02:00
parent e46747a09f
commit 7ba3f0ff47

View file

@ -15,7 +15,7 @@ build:
arara $(TEX_FILE)
# Ready to print front and back.
print:
print: build
pdftk ${PDF_FILE} cat 2south output ${ROTATED_PAGE}
mv ${PDF_FILE} ${PDF_FILE}~
pdftk ${PDF_FILE}~ ${ROTATED_PAGE} cat output ${PDF_FILE}