We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8945393 commit b47b281Copy full SHA for b47b281
Makefile
@@ -1,6 +1,6 @@
1
CONTRIBUTION = "lua-placeholders-$(shell git describe --tags --always).tar.gz"
2
PACKAGE_DIR = ${CURDIR}
3
-CNF_LINE = -cnf-line TEXMFHOME={$(PACKAGE_DIR),$(shell kpsewhich --var-value TEXMFHOME)} -cnf-line shell_escape_commands=git
+CNF_LINE = -cnf-line shell_escape_commands=git
4
COMPILE = lualatex --interaction=nonstopmode --shell-restricted $(CNF_LINE)
5
RM = rm
6
ifeq ($(OS),Windows_NT)
doc/.latexmkrc
doc/latexmkrc
@@ -0,0 +1,5 @@
+# Used for removing the .bbl file
+$bibtex_use = 2;
+
+# Cleanup extra auxiliary files
+push @generated_exts, "atfi";
0 commit comments