Date: Wed, 12 Dec 2001 03:57:44 -0800 (PST) From: Alexey Zelkin <phantom@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/de Makefile www/en Makefile www/en/gallery Makefile www/en/news Makefile www/en/news/status Makefile www/es Makefile www/es/ports Makefile www/ja Makefile www/ja/gallery Makefile www/ja/news Makefile www/ru Makefile www/share/mk ... Message-ID: <200112121157.fBCBviH36903@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phantom 2001/12/12 03:57:44 PST Modified files: de Makefile en Makefile en/gallery Makefile en/news Makefile en/news/status Makefile es Makefile es/ports Makefile ja Makefile ja/gallery Makefile ja/news Makefile ru Makefile share/mk web.site.mk zh Makefile Log: 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. Also clean *OPTS/*FLAGS variables declaration like it was done in doc/ tree some time ago. Currently all local additions to commands parameters that used in make process should be passed thru *FLAGS variables. All variables with OPTS suffix are reserved for internal use of web.site.mk now. Cleanup part is based on work done by Cyrille Lefevre <clefevre-lists@noos.fr> No objections from: -doc Requested by: Russian and Japanese translation teams Revision Changes Path 1.2 +2 -2 www/de/Makefile 1.76 +5 -5 www/en/Makefile 1.15 +6 -6 www/en/gallery/Makefile 1.31 +6 -6 www/en/news/Makefile 1.11 +3 -3 www/en/news/status/Makefile 1.12 +2 -2 www/es/Makefile 1.11 +2 -2 www/es/ports/Makefile 1.54 +4 -4 www/ja/Makefile 1.17 +5 -5 www/ja/gallery/Makefile 1.31 +3 -3 www/ja/news/Makefile 1.18 +3 -3 www/ru/Makefile 1.41 +16 -20 www/share/mk/web.site.mk 1.6 +4 -4 www/zh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112121157.fBCBviH36903>