From 54cf68eab200a0111704a85ea84ffe36df1caf1d Mon Sep 17 00:00:00 2001 From: Alexey Zelkin Date: Wed, 12 Dec 2001 11:49:38 +0000 Subject: Force tidy(1) to use '-raw' and newly added '-preserve' options to process generated HTML. This not cause any side effects except leaving some character entities in their numeric form instead converting them into alphabetical notation (< instead of <), but since all browsers understand such cases it is not a problem. This commit should make all translations tidy clean, since tidy should not arise entities conversion problem as it did for long time before. Therefore all occurences of manual settings of TIDYFLAGS and NO_TIDY declarations for translations are removed. No objections from: -doc Requested by: Russian and Japanese translation teams --- ru_RU.KOI8-R/articles/Makefile.inc | 1 - ru_RU.KOI8-R/books/Makefile.inc | 2 -- 2 files changed, 3 deletions(-) (limited to 'ru_RU.KOI8-R') diff --git a/ru_RU.KOI8-R/articles/Makefile.inc b/ru_RU.KOI8-R/articles/Makefile.inc index 73c98375f4..d4815d80a1 100644 --- a/ru_RU.KOI8-R/articles/Makefile.inc +++ b/ru_RU.KOI8-R/articles/Makefile.inc @@ -5,5 +5,4 @@ # Original revision: 1.3 # -TIDYFLAGS= -latin1 DESTDIR?= ${DOCDIR}/ru_RU.KOI8-R/articles/${.CURDIR:T} diff --git a/ru_RU.KOI8-R/books/Makefile.inc b/ru_RU.KOI8-R/books/Makefile.inc index 51b1240523..06972b7728 100644 --- a/ru_RU.KOI8-R/books/Makefile.inc +++ b/ru_RU.KOI8-R/books/Makefile.inc @@ -4,6 +4,4 @@ # # Original revision: 1.4 -TIDYFLAGS= -latin1 - DESTDIR?= ${DOCDIR}/ru_RU.KOI8-R/books/${.CURDIR:T} -- cgit v1.3