We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae4153 commit 5f1535cCopy full SHA for 5f1535c
Makefile
@@ -2,8 +2,8 @@ CONTRIBUTION = gitinfo-lua
2
VERSION = $(shell git describe --tags --always)
3
FILE = ${CONTRIBUTION}-${VERSION}.tar.gz
4
MANUAL = doc/${CONTRIBUTION}
5
-CNF_LINE = -cnf-line TEXMFHOME={${CURDIR},$(shell kpsewhich --var-value TEXMFHOME)}
6
-COMPILER = lualatex --shell-escape --interaction=nonstopmode $(CNF_LINE)
+CNF_LINE = -cnf-line TEXMFHOME={${CURDIR},$(shell kpsewhich --var-value TEXMFHOME)} -cnf-line shell_escape_commands=git
+COMPILER = lualatex --shell-restricted --interaction=nonstopmode $(CNF_LINE)
7
RM = rm
8
ifeq ($(OS),Windows_NT)
9
RM = del
0 commit comments