From 5897e215448e1c54324a6f4e3b99f743de047dbf Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Fri, 12 Oct 2018 11:01:17 +0200 Subject: documentation: switched to minted --- makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 4a786b5..466b1b9 100644 --- a/makefile +++ b/makefile @@ -6,13 +6,13 @@ sty: clean lualatex $(pkg).ins doc: clean sty - lualatex $(pkg).dtx + lualatex --shell-escape $(pkg).dtx biber arabluatex - lualatex $(pkg).dtx + lualatex --shell-escape $(pkg).dtx makeindex -s gind.ist -o $(pkg).ind $(pkg).idx makeindex -s gglo.ist -o $(pkg).gls $(pkg).glo - lualatex $(pkg).dtx - lualatex $(pkg).dtx + lualatex --shell-escape $(pkg).dtx + lualatex --shell-escape $(pkg).dtx for i in samples/*.tex; \ do latexmk -outdir=TMP -lualatex -e '$$lualatex=q/lualatex %O --shell-escape %S/' $$i; \ done @@ -55,7 +55,7 @@ clean: rm -rf $(HOMEDIR)/.emacs.d/auctex/auto/arabluatex*.el rm -rf tex/ doc/ source/ auto/ rm -rf arabluatex/ - rm -rf saved/ TMP/ + rm -rf saved/ TMP/ _minted-arabluatex/ find ./samples/ | grep -v "\./samples/$$" | grep -v ".*tex$$" | xargs rm -rf mkdir saved cp *.{lua,ins,dtx,tex,el} makefile saved # .bib is in dtx -- cgit v1.2.3