From 96e246af59826ace71293ad912d98b71d4c78be5 Mon Sep 17 00:00:00 2001 From: Benjamin Weiss Date: Fri, 26 Jun 2015 12:35:37 +0200 Subject: [PATCH] fixed STY makerule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 42337e8..4c67440 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ INS = mtheme.ins CONTRIB_SRC = contributors.py CONTRIB_TEX = contributors.tex DTX = $(wildcard *.dtx) -STY = $(patsubst %.dtx,%.sty,$(wildcard beamer*.dtx)) +STY = $(patsubst %.dtx,%.sty,$(wildcard beamer*.dtx pgfplotsthemetol.dtx)) TEXMFHOME = $(shell kpsewhich -var-value=TEXMFHOME) INSTALL_DIR = $(TEXMFHOME)/tex/latex/mtheme MANUAL_DIR = $(TEXMFHOME)/doc/latex/mtheme