aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index b523cdc..f910a70 100644
--- a/makefile
+++ b/makefile
@@ -5,9 +5,9 @@ sty: clean
5 5
6doc: clean sty 6doc: clean sty
7 lualatex $(pkg).dtx 7 lualatex $(pkg).dtx
8 biber arabluatex
8 makeindex -s gind.ist -o $(pkg).ind $(pkg).idx 9 makeindex -s gind.ist -o $(pkg).ind $(pkg).idx
9 makeindex -s gglo.ist -o $(pkg).gls $(pkg).glo 10 makeindex -s gglo.ist -o $(pkg).gls $(pkg).glo
10 biber arabluatex
11 lualatex $(pkg).dtx 11 lualatex $(pkg).dtx
12 lualatex $(pkg).dtx 12 lualatex $(pkg).dtx
13 13