File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ CONTRIBUTION = gitinfo-lua
2
2
VERSION = $(shell git describe --tags --always)
3
3
FILE = ${CONTRIBUTION}-${VERSION}.tar.gz
4
4
MANUAL = doc/${CONTRIBUTION}
5
- CNF_LINE = -cnf-line TEXMFHOME={${CURDIR},$(shell kpsewhich --var-value TEXMFHOME) } -cnf-line shell_escape_commands=git
6
- COMPILER = lualatex --shell-restricted --interaction=nonstopmode $(CNF_LINE )
5
+ CNF_LINE = -cnf-line TEXMFHOME={${CURDIR},$(shell kpsewhich --var-value TEXMFHOME) }
6
+ COMPILER = lualatex --lua=../scripts/gitinfo-lua-init.lua --interaction=nonstopmode $(CNF_LINE )
7
7
RM = rm
8
8
ifeq ($(OS ) ,Windows_NT)
9
9
RM = del
Original file line number Diff line number Diff line change
1
+
2
+ texconfig = texconfig or require (' texconfig' )
3
+
4
+ texconfig .shell_escape = ' p'
5
+ texconfig .shell_escape_commands = ' git'
You can’t perform that action at this time.
0 commit comments