From de13e83e52a6f98f94a40780825604e71e8ad8a8 Mon Sep 17 00:00:00 2001
From: hanwen <hanwen>
Date: Fri, 31 Mar 2006 10:34:24 +0000
Subject: [PATCH] *** empty log message ***

---
 ChangeLog                              | 6 ++++++
 Documentation/bibliography/GNUmakefile | 2 +-
 Documentation/topdocs/AUTHORS.texi     | 1 -
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f09a70e3c5..306ca5c965 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,12 @@
 
 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+	* Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
+	BSTINPUTS
+	($(outdir)/%.html): backport of fix.
+
+	* VERSION: release 2.8.1
+
 	* lily/pango-font.cc (pango_item_string_stencil): update from 2.9.x
 
 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
diff --git a/Documentation/bibliography/GNUmakefile b/Documentation/bibliography/GNUmakefile
index 0547784620..ded40d4239 100644
--- a/Documentation/bibliography/GNUmakefile
+++ b/Documentation/bibliography/GNUmakefile
@@ -27,7 +27,7 @@ $(outdir)/%.bib: %.bib
 	ln -f $< $@
 
 $(outdir)/%.html: %.bib
-	BSTINPUTS=$(src-dir) $(PYTHON) $(depth)/buildscripts/bib2html.py -o $@ $<
+	BSTINPUTS=$(src-dir) $(PYTHON) $(buildscript-dir)/bib2html.py -o $@ $<
 
 local-clean:
 	rm -f fonts.aux fonts.log feta*.tfm feta*.*pk
diff --git a/Documentation/topdocs/AUTHORS.texi b/Documentation/topdocs/AUTHORS.texi
index 147a1dd514..7bc270acac 100644
--- a/Documentation/topdocs/AUTHORS.texi
+++ b/Documentation/topdocs/AUTHORS.texi
@@ -40,7 +40,6 @@ Core code:
 @item @email{wl@@gnu.org, Werner Lemberg},
     @TeX{} glue code.
 @item @email{joe@@neeman.com, Joe Neeman}, 
-    @uref{http://www.xs4all.nl/~hanwen/},
     Constrained line breaking.
 @item @email{hanwen@@xs4all.nl, Han-Wen Nienhuys}, 
     @uref{http://www.xs4all.nl/~hanwen/},
-- 
2.39.5