From 877cafa33dd3e02fd02ab04a21214d524b5cbd18 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sun, 22 Oct 2006 22:34:49 +0000 Subject: add the correct input file to makeindex call git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11313 a1c6a512-1295-4272-9138-f99709370657 --- manual/LaTeX.Rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manual') diff --git a/manual/LaTeX.Rules b/manual/LaTeX.Rules index 7a397f340d..fbcd4603bd 100644 --- a/manual/LaTeX.Rules +++ b/manual/LaTeX.Rules @@ -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 -- cgit v1.2.3