From 1ddd0a3a246e2924f77217e486c78284eae1736c Mon Sep 17 00:00:00 2001 From: Benjamin Weiss Date: Mon, 15 Jun 2015 15:38:29 +0200 Subject: [PATCH] new build rule contributors --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index b4cf8f8..457b560 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ INS = mtheme.ins +PYTHON_SRC = contributors.py DTX = $(wildcard *.dtx) STY = $(patsubst %.dtx,%.sty,$(wildcard beamer*.dtx)) TEXMFHOME = $(shell kpsewhich -var-value=TEXMFHOME) @@ -27,6 +28,8 @@ demo: $(STY) $(DEMO_SRC) $(TEXC) $(DEMO_SRC) @cp $(TEMP_DIR)/$(DEMO_PDF) . +contributors: $(PYTHON_SRC) + @python $(PYTHON_SRC) manual: $(MANUAL_SRC) @$(TEXC) $(MANUAL_SRC)