Skip to content

Commit

Permalink
Fix build files
Browse files Browse the repository at this point in the history
  • Loading branch information
MacLotsen committed Sep 18, 2024
1 parent 8945393 commit b47b281
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CONTRIBUTION = "lua-placeholders-$(shell git describe --tags --always).tar.gz"
PACKAGE_DIR = ${CURDIR}
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
COMPILE = lualatex --interaction=nonstopmode --shell-restricted $(CNF_LINE)
RM = rm
ifeq ($(OS),Windows_NT)
Expand Down
3 changes: 0 additions & 3 deletions doc/.latexmkrc

This file was deleted.

5 changes: 5 additions & 0 deletions doc/latexmkrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Used for removing the .bbl file
$bibtex_use = 2;

# Cleanup extra auxiliary files
push @generated_exts, "atfi";

0 comments on commit b47b281

Please sign in to comment.