From: Han-Wen Nienhuys Date: Fri, 31 Mar 2006 10:02:31 +0000 (+0000) Subject: ($(outdir)/%.html): set X-Git-Tag: release/2.8.3~27 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1c58ad105742e84357ca7244fd533c90f17ca29f;p=lilypond.git ($(outdir)/%.html): set BSTINPUTS --- diff --git a/Documentation/bibliography/GNUmakefile b/Documentation/bibliography/GNUmakefile index a9bbdc383d..0547784620 100644 --- a/Documentation/bibliography/GNUmakefile +++ b/Documentation/bibliography/GNUmakefile @@ -3,8 +3,8 @@ depth=../.. OUT_BIB_FILES = $(addprefix $(outdir)/, $(BIB_FILES)) -BIB_FILES= $(wildcard *.bib) -EXTRA_DIST_FILES= $(BIB_FILES) $(wildcard *.bst) +BIB_FILES= $(call src-wildcard,*.bib) +EXTRA_DIST_FILES= $(BIB_FILES) $(call src-wildcard,*.bst) STEPMAKE_TEMPLATES=tex documentation LOCALSTEPMAKE_TEMPLATES=lilypond ly @@ -27,7 +27,7 @@ $(outdir)/%.bib: %.bib ln -f $< $@ $(outdir)/%.html: %.bib - $(PYTHON) $(depth)/buildscripts/bib2html.py -o $@ $< + BSTINPUTS=$(src-dir) $(PYTHON) $(depth)/buildscripts/bib2html.py -o $@ $< local-clean: rm -f fonts.aux fonts.log feta*.tfm feta*.*pk