Add Makefile target to build the manual

Running the PyTeX interpreter does not really work. Moreover, I don't think it's
very good idea to depend on requests for such a simple task and to get the
contributor list in the document in the first place. I guess maintaining the
list manually is giving less headaches in the long run.
This commit is contained in:
Matthias Vogelgesang 2015-06-15 08:48:45 +02:00
parent e03afd3924
commit d4d32b5194
2 changed files with 6 additions and 0 deletions

View file

@ -25,6 +25,12 @@ $(PDF): beamerthemem.sty $(AUX) $(SRC)
sty: $(DTX) $(INS)
@latex $(INS)
manual:
@mkdir -p .temptex
@xelatex -shell-escape -output-directory .temptex mtheme.dtx
@xelatex -shell-escape -output-directory .temptex mtheme.dtx
@cp .temptex/mtheme.pdf .
clean:
@rm -f $(PDF)
@git clean -xfd

Binary file not shown.