diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-11-15 21:13:31 -0700 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-11-15 21:13:31 -0700 |
commit | 14844197c23f37b19e272cb34cb6f0f862598d36 (patch) | |
tree | d12bb00afd217ab6cfcc1aa9d2754ef8a693f69b /Makefile.in | |
parent | 10df5197b0b46b9f8e34b3855e9373c00c63b5a9 (diff) | |
download | bind9-14844197c23f37b19e272cb34cb6f0f862598d36.tar.gz |
9.5.0a7
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index ba3c0f54..29608563 100644 --- a/Makefile.in +++ b/Makefile.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.49 2007/06/19 23:46:59 tbox Exp $ +# $Id: Makefile.in,v 1.50 2007/09/03 00:36:53 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -61,7 +61,7 @@ test: FAQ: FAQ.xml ${XSLTPROC} doc/xsl/isc-docbook-text.xsl FAQ.xml | \ - ${W3M} -T text/html -dump >$@.tmp + LC_ALL=C ${W3M} -T text/html -dump -cols 72 >$@.tmp mv $@.tmp $@ clean:: |