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

remove presumed slash after $(DROSS)

parent 392ec3cf
Branches
No related tags found
No related merge requests found
......@@ -5,10 +5,10 @@ COMPRESS = gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dNOPAUSE -dQUIET -dBAT
CP := ln -f
BOOK := $(shell basename "$$(pwd)")
DROSS := ../rubbish/
DROSS := ../rubbish
COMPILER := latexmk -auxdir=$(DROSS) -pdflua -silent -shell-escape -r config/.latexmkrc -jobname=$(BOOK)
RELEASE := $(BOOK)-$(VERSION).pdf
GLOS := makeglossaries -d $(DROSS)
RUN := lualatex -output-directory $(DROSS) -shell-escape
CLEAN := $(RM) -r $(DROSS) qr.tex *.pdf .switch-gls svg-inkscape
DEPS := $(wildcard *.tex) $(wildcard config/*sty) $(wildcard $(DROSS)*.glg)
DEPS := $(wildcard *.tex) $(wildcard config/*sty) $(wildcard $(DROSS)/*.glg)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment