Skip to content

Commit b47b281

Browse files
committed
Fix build files
1 parent 8945393 commit b47b281

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CONTRIBUTION = "lua-placeholders-$(shell git describe --tags --always).tar.gz"
22
PACKAGE_DIR = ${CURDIR}
3-
CNF_LINE = -cnf-line TEXMFHOME={$(PACKAGE_DIR),$(shell kpsewhich --var-value TEXMFHOME)} -cnf-line shell_escape_commands=git
3+
CNF_LINE = -cnf-line shell_escape_commands=git
44
COMPILE = lualatex --interaction=nonstopmode --shell-restricted $(CNF_LINE)
55
RM = rm
66
ifeq ($(OS),Windows_NT)

doc/.latexmkrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

doc/latexmkrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Used for removing the .bbl file
2+
$bibtex_use = 2;
3+
4+
# Cleanup extra auxiliary files
5+
push @generated_exts, "atfi";

0 commit comments

Comments
 (0)