diff options
| author | Khaled Hosny <khaledhosny@eglug.org> | 2011-10-06 02:31:33 +0200 | 
|---|---|---|
| committer | Khaled Hosny <khaledhosny@eglug.org> | 2011-10-06 02:42:45 +0200 | 
| commit | 9f9d1aa0aecfe3e15bc5a7289f66e31b420ea2a8 (patch) | |
| tree | 042b5e03df841aad6fe87d017db66cf95143cfa1 | |
| parent | ee755c6d3ec753192617b584c406e57ae68e61ab (diff) | |
| download | luaotfload-9f9d1aa0aecfe3e15bc5a7289f66e31b420ea2a8.tar.gz | |
We do not use any indexes
| -rw-r--r-- | Makefile | 3 | ||||
| -rw-r--r-- | luaotfload.dtx | 2 | 
2 files changed, 0 insertions, 5 deletions
| @@ -42,7 +42,6 @@ ZIPS = $(CTAN_ZIP) $(TDS_ZIP)  DO_TEX = tex --interaction=batchmode $< >/dev/null  DO_LATEX = lualatex --interaction=batchmode $< >/dev/null -DO_MAKEINDEX = makeindex -s gind.ist $(subst .dtx,,$<) >/dev/null 2>&1  all: $(GENERATED)  doc: $(COMPILED) @@ -53,8 +52,6 @@ world: all ctan  $(COMPILED): $(DTX)  	$(DO_LATEX) -	$(DO_MAKEINDEX) -	$(DO_LATEX)  	$(DO_LATEX)  $(UNPACKED): $(DTX) diff --git a/luaotfload.dtx b/luaotfload.dtx index dcc4ccb..6b9497e 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -136,8 +136,6 @@ and the derived files  \newcommand*\email[1]{\href{mailto:#1}{#1}} -\EnableCrossrefs -\CodelineIndex  \VerbatimFootnotes  \begin{document}    \DocInput{luaotfload.dtx}% | 
