add the correct input file to makeindex call
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11313 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f1a848dae2
commit
877cafa33d
1 changed files with 2 additions and 1 deletions
|
@ -116,6 +116,7 @@ IDX_FILE := $(shell ls $(DOCUMENT).idx 2>/dev/null)
|
|||
END_FILE := $(shell ls $(DOCUMENT).end 2>/dev/null)
|
||||
TEX_FILES := $(DOCUMENT).tex
|
||||
OTHER_FILES := $(DOCUMENT).blg $(DOCUMENT).log $(DOCUMENT).out
|
||||
INDEX_ARGS := -s mkidx.ist
|
||||
|
||||
# grab the contents of \bibliograph{} commands
|
||||
ifeq ($(BIB_FILES),)
|
||||
|
@ -255,7 +256,7 @@ $(PDF_FILE) : %.pdf : $(TEX_FILES) $(MONITOR_FILES) $(GRAPHIC_FILES) $(XFIG_TEX)
|
|||
#
|
||||
|
||||
%.ind : %.idx
|
||||
makeindex $<
|
||||
makeindex $(INDEX_ARGS) $<
|
||||
|
||||
#
|
||||
# Generate a .aux or .idx file if it doesn't already exist. The existance
|
||||
|
|
Loading…
Reference in a new issue