aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2016-03-11 07:46:07 +0100
committerRobert Alessi <alessi@robertalessi.net>2016-03-11 07:46:07 +0100
commit35afa7777cc57f95cd160f8349b72890f578f4ec (patch)
tree90e7e5dd8ee38abdd452c2d1c8490366db3345c9 /makefile
parente23d740f2c94f7e105eabade859149e559038104 (diff)
downloadarabluatex-35afa7777cc57f95cd160f8349b72890f578f4ec.tar.gz
modified makefile to index references
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