From 79ea6303cadc4a6a951d7d090ec8a4daf9b60e2b Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Tue, 24 Jan 2017 10:19:15 +0100 Subject: [PATCH] Fix #217: enforce non-parallel builds --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bd1e6c9..1ac4c4a 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ +MAKEFLAGS := -j 1 INS = source/beamerthememetropolis.ins PACKAGE_SRC = $(wildcard source/*.dtx) PACKAGE_STY = $(notdir $(PACKAGE_SRC:%.dtx=%.sty)) @@ -9,8 +10,8 @@ DOC_PDF = doc/metropolistheme.pdf CTAN_CONTENT = README.md $(INS) $(PACKAGE_SRC) $(DOC_SRC) $(DOC_PDF) $(DEMO_SRC) $(DEMO_PDF) DESTDIR ?= $(shell kpsewhich -var-value=TEXMFHOME) -INSTALL_DIR = $(DESTDIR)/tex/latex/metropolis -DOC_DIR = $(DESTDIR)/doc/latex/metropolis +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)