Browse Source

the index does not need to know the songs library

remotes/origin/HEAD
Romain Goffe 12 years ago
parent
commit
1c98dac0e9
  1. 2
      makefile

2
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 $@

Loading…
Cancel
Save