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

stop makefile $(PWD) causing dir confusion

parent 20f3ad91
Branches
No related tags found
No related merge requests found
......@@ -5,7 +5,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 != basename "$(PWD)"
BOOK != basename "$(shell pwd)"
TITLE != head -1 README.md | tail -c+3 | tr ' ' '_'
LOCAL_DROSS := rubbish
DROSS = ../$(LOCAL_DROSS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment