Skip to content
Snippets Groups Projects
Verified Commit e77b60aa authored by Malin Freeborn's avatar Malin Freeborn
Browse files

make Makefile language more natural to make

parent 9ef56604
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ QR_CODE=\qrcode[height=.2\textwidth]{$(QR_TARGET)}
COMPRESS = gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dNOPAUSE -dQUIET -dBATCH -dPrinted=false -sOutputFile=$@ $<
CP := ln -f
BOOK := $(shell basename "$$(pwd)")
BOOK != basename "$(PWD)"
LOCAL_DROSS := rubbish
DROSS := ../$(LOCAL_DROSS)
COMPILER := latexmk -file-line-error -auxdir=$(DROSS) -pdflua -interaction=nonstopmode -halt-on-error -shell-escape -r config/.latexmkrc -jobname=$(BOOK)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment