From 35afa7777cc57f95cd160f8349b72890f578f4ec Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Fri, 11 Mar 2016 07:46:07 +0100 Subject: modified makefile to index references --- arabluatex.dtx | 3 ++- 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 @@ % \end{quote} % % \subsection{Options} -% +% \package{arabluatex} may be loaded with four global options, each of +% which may be overriden at any point of the document: % % \DescribeOption{voc}\hfill\arabluaverb{default}\\ good for me % \begin{itemize} diff --git a/makefile b/makefile index b523cdc..f910a70 100644 --- a/makefile +++ b/makefile @@ -5,9 +5,9 @@ sty: clean doc: clean sty lualatex $(pkg).dtx + biber arabluatex makeindex -s gind.ist -o $(pkg).ind $(pkg).idx makeindex -s gglo.ist -o $(pkg).gls $(pkg).glo - biber arabluatex lualatex $(pkg).dtx lualatex $(pkg).dtx -- cgit v1.2.3