From 1c98dac0e9145bb0cb77e89efb0beb387b127ace Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Mon, 7 Jan 2013 18:21:35 +0100 Subject: [PATCH] the index does not need to know the songs library --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 065f94a2..60e8289e 100644 --- a/makefile +++ b/makefile @@ -79,7 +79,7 @@ $(PDF): %.pdf: %.tex %.aux $(LATEX) $< %.sbx: %.sxd - $(MAKE_INDEX) --library=$(LIBRARY) $< > $@ + $(MAKE_INDEX) $< > $@ %.tex: $(BOOKS_DIR)/%.sb $(MAKE_SONGBOOK) --library=$(LIBRARY) -s $< -o $@