From 1c58ad105742e84357ca7244fd533c90f17ca29f Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 31 Mar 2006 10:02:31 +0000 Subject: [PATCH] ($(outdir)/%.html): set BSTINPUTS --- Documentation/bibliography/GNUmakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5