diff options
author | Alexey Zelkin <phantom@FreeBSD.org> | 2000-11-15 17:18:55 +0000 |
---|---|---|
committer | Alexey Zelkin <phantom@FreeBSD.org> | 2000-11-15 17:18:55 +0000 |
commit | 32466d95bd59389df51e19a43dc78ae20f783a97 (patch) | |
tree | 5a6128f03500880b07bec17c6fca968e165c398f /ru_RU.KOI8-R | |
parent | 65557abc2eec08ffd739422b6f2816ed59be11e0 (diff) | |
download | doc-32466d95bd59389df51e19a43dc78ae20f783a97.tar.gz doc-32466d95bd59389df51e19a43dc78ae20f783a97.zip |
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)
Notes
Notes:
svn path=/head/; revision=8371
Diffstat (limited to 'ru_RU.KOI8-R')
-rw-r--r-- | ru_RU.KOI8-R/books/Makefile.inc | 4 |
1 files 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} |