* Force release notes in ASCII, not UTF-8.

This commit is contained in:
Eelco Dolstra 2005-09-15 20:29:08 +00:00
parent d1d0271996
commit 1b62c2eba3
1 changed files with 1 additions and 1 deletions

View File

@ -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