From 62045861b06c7f39488ee95b42909d395f0ad2ae Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Fri, 7 Apr 2017 08:57:49 +0200 Subject: a new file 'template-01.tex' has been added in samples/ --- makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 3014b34..73dac78 100644 --- a/makefile +++ b/makefile @@ -13,7 +13,9 @@ doc: clean sty makeindex -s gglo.ist -o $(pkg).gls $(pkg).glo lualatex $(pkg).dtx lualatex $(pkg).dtx - latexmk -outdir=TMP -lualatex -e '$$lualatex=q/lualatex %O --shell-escape %S/' samples/al-Jahiz + for i in samples/*.tex; \ + do latexmk -outdir=TMP -lualatex -e '$$lualatex=q/lualatex %O --shell-escape %S/' $$i; \ + done mv TMP/*.pdf samples/ all: clean sty doc -- cgit v1.2.3