diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-09-15T20·29+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-09-15T20·29+0000 |
commit | 1b62c2eba3f735c8e31200446735f53568a12ff3 (patch) | |
tree | 8568be443712c43cd108a23bf4ab01e2d9a04b8a /doc | |
parent | d1d027199672f514253cbd7ddef1903fdf2c3710 (diff) |
* Force release notes in ASCII, not UTF-8.
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 |