aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2017-04-07 08:57:49 +0200
committerRobert Alessi <alessi@robertalessi.net>2017-04-07 08:57:49 +0200
commit62045861b06c7f39488ee95b42909d395f0ad2ae (patch)
tree7c2e0011a55979f870489869389f736cc0762e7f /makefile
parent2f917ba45098c63ef6040455ec6cfb8785c0280c (diff)
downloadarabluatex-62045861b06c7f39488ee95b42909d395f0ad2ae.tar.gz
a new file 'template-01.tex' has been added in samples/
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