diff options
author | Robert Alessi <alessi@robertalessi.net> | 2016-03-11 07:46:07 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2016-03-11 07:46:07 +0100 |
commit | 35afa7777cc57f95cd160f8349b72890f578f4ec (patch) | |
tree | 90e7e5dd8ee38abdd452c2d1c8490366db3345c9 | |
parent | e23d740f2c94f7e105eabade859149e559038104 (diff) | |
download | arabluatex-35afa7777cc57f95cd160f8349b72890f578f4ec.tar.gz |
modified makefile to index references
-rw-r--r-- | arabluatex.dtx | 3 | ||||
-rw-r--r-- | makefile | 2 |
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} |
@@ -5,9 +5,9 @@ sty: clean | |||
5 | 5 | ||
6 | doc: clean sty | 6 | doc: 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 | ||