From 1b62c2eba3f735c8e31200446735f53568a12ff3 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 15 Sep 2005 20:29:08 +0000 Subject: [PATCH] * Force release notes in ASCII, not UTF-8. --- doc/manual/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index c85c79d9d5..7e3af2d564 100644 --- a/doc/manual/Makefile.am +++ b/doc/manual/Makefile.am @@ -51,7 +51,7 @@ NEWS.txt: release-notes.xml $(XSLTPROC) --nonet --xinclude quote-literals.xsl release-notes.xml | \ $(XSLTPROC) --nonet --output $@.tmp.html $(NEWS_OPTS) \ $(docbookxsl)/html/docbook.xsl - - $(w3m) -dump $@.tmp.html > $@ + LANG=en_US $(w3m) -dump $@.tmp.html > $@ rm $@.tmp.html