Merge pull request #105 from benjamin-weiss/fix-themeetol-makefile-bug
Fixes #104
This commit is contained in:
commit
5429f2c646
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ INS = mtheme.ins
|
||||||
CONTRIB_SRC = contributors.py
|
CONTRIB_SRC = contributors.py
|
||||||
CONTRIB_TEX = contributors.tex
|
CONTRIB_TEX = contributors.tex
|
||||||
DTX = $(wildcard *.dtx)
|
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)
|
TEXMFHOME = $(shell kpsewhich -var-value=TEXMFHOME)
|
||||||
INSTALL_DIR = $(TEXMFHOME)/tex/latex/mtheme
|
INSTALL_DIR = $(TEXMFHOME)/tex/latex/mtheme
|
||||||
MANUAL_DIR = $(TEXMFHOME)/doc/latex/mtheme
|
MANUAL_DIR = $(TEXMFHOME)/doc/latex/mtheme
|
||||||
|
|
Loading…
Reference in New Issue