diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index c85c79d9d55e..7e3af2d56466 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 |