aboutsummaryrefslogtreecommitdiff
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
parente23d740f2c94f7e105eabade859149e559038104 (diff)
downloadarabluatex-35afa7777cc57f95cd160f8349b72890f578f4ec.tar.gz
modified makefile to index references
-rw-r--r--arabluatex.dtx3
-rw-r--r--makefile2
2 files changed, 3 insertions, 2 deletions
diff --git a/arabluatex.dtx b/arabluatex.dtx
index 54e5024..0e7f8db 100644
--- a/arabluatex.dtx
+++ b/arabluatex.dtx
@@ -298,7 +298,8 @@
298% \end{quote} 298% \end{quote}
299% 299%
300% \subsection{Options} 300% \subsection{Options}
301% 301% \package{arabluatex} may be loaded with four global options, each of
302% which may be overriden at any point of the document:
302% 303%
303% \DescribeOption{voc}\hfill\arabluaverb{default}\\ good for me 304% \DescribeOption{voc}\hfill\arabluaverb{default}\\ good for me
304% \begin{itemize} 305% \begin{itemize}
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