Use metropolis as install and doc dir

This commit is contained in:
Matthias Vogelgesang 2015-12-04 09:51:26 +01:00
parent 76061885f1
commit 73926f6e17

View file

@ -9,8 +9,8 @@ DOC_PDF = doc/metropolistheme.pdf
CTAN_CONTENT = $(INS) $(PACKAGE_SRC) $(DOC_PDF)
DESTDIR ?= $(shell kpsewhich -var-value=TEXMFHOME)
INSTALL_DIR = $(DESTDIR)/tex/latex/mtheme
DOC_DIR = $(DESTDIR)/doc/latex/mtheme
INSTALL_DIR = $(DESTDIR)/tex/latex/metropolis
DOC_DIR = $(DESTDIR)/doc/latex/metropolis
CACHE_DIR := $(shell pwd)/.latex-cache
COMPILE_TEX := latexmk -xelatex -output-directory=$(CACHE_DIR)