new build rule contributors

This commit is contained in:
Benjamin Weiss 2015-06-15 15:38:29 +02:00
parent dec149ccb7
commit 1ddd0a3a24
1 changed files with 3 additions and 0 deletions

View File

@ -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)