aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/makefile b/makefile
index 3014b34..73dac78 100644
--- a/makefile
+++ b/makefile
@@ -13,7 +13,9 @@ doc: clean sty
13 makeindex -s gglo.ist -o $(pkg).gls $(pkg).glo 13 makeindex -s gglo.ist -o $(pkg).gls $(pkg).glo
14 lualatex $(pkg).dtx 14 lualatex $(pkg).dtx
15 lualatex $(pkg).dtx 15 lualatex $(pkg).dtx
16 latexmk -outdir=TMP -lualatex -e '$$lualatex=q/lualatex %O --shell-escape %S/' samples/al-Jahiz 16 for i in samples/*.tex; \
17 do latexmk -outdir=TMP -lualatex -e '$$lualatex=q/lualatex %O --shell-escape %S/' $$i; \
18 done
17 mv TMP/*.pdf samples/ 19 mv TMP/*.pdf samples/
18 20
19all: clean sty doc 21all: clean sty doc