From 635104ddf9d6f82c57f9d751d678ad697396ec1c Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 31 Mar 2006 10:04:08 +0000 Subject: [PATCH] ($(outdir)/%.html): set BSTINPUTS. --- Documentation/bibliography/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/bibliography/GNUmakefile b/Documentation/bibliography/GNUmakefile index b1333668ce..4a7bab0111 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) +EXTRA_DIST_FILES= $(BIB_FILES) $(call src-wildcard,*.bst) +BIB_FILES= $(call src-wildcard,*.bib) STEPMAKE_TEMPLATES=tex documentation LOCALSTEPMAKE_TEMPLATES=lilypond ly -- 2.39.2