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

prepare for compressed releases

parent bb5f229b
Branches
Tags
No related merge requests found
VERSION != git tag | tail -1
QR_TARGET != grep mailto: README.md | cut -d: -f2,3
COMPRESS = gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dNOPAUSE -dQUIET -dBATCH -dPrinted=false -sOutputFile=$@ $<
CP := ln -f
BOOK := $(shell basename "$$(pwd)")
DROSS := $(shell head -1 .gitignore)
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 svg-inkscape
DEPS := *tex config/*sty
QR_TARGET != grep mailto: README.md | cut -d: -f2,3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment