From 32466d95bd59389df51e19a43dc78ae20f783a97 Mon Sep 17 00:00:00 2001 From: Alexey Zelkin Date: Wed, 15 Nov 2000 17:18:55 +0000 Subject: Change tidy(1)'s 8bit behaviour parameter from -raw to -latin1. This will allow us to re-enable tidy for russian documentation because it correctly handles both 8bit characters and general entities (do not convert them to symbols) --- ru_RU.KOI8-R/books/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ru_RU.KOI8-R/books/Makefile.inc b/ru_RU.KOI8-R/books/Makefile.inc index 48619cce24..e06f27e83c 100644 --- a/ru_RU.KOI8-R/books/Makefile.inc +++ b/ru_RU.KOI8-R/books/Makefile.inc @@ -1,7 +1,7 @@ # -# $FreeBSD: doc/ru_RU.KOI8-R/books/Makefile.inc,v 1.4 1999/10/31 22:13:32 phantom Exp $ +# $FreeBSD$ # -TIDYFLAGS= -raw +TIDYFLAGS= -latin1 DESTDIR?= ${DOCDIR}/ru_RU.KOI8-R/books/${.CURDIR:T} -- cgit v1.2.3