Commit graph

8 commits

Author SHA1 Message Date
Alexey Zelkin
66e0a1cacf 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
2001-12-12 11:57:44 +00:00
Jun Kuriyama
9eab8477e2 Switch web.mk to share/mk/web.site.mk in Chinese version. 2000-11-07 05:20:40 +00:00
Alexey Zelkin
1942fc5e8c Fix WEBBASE path. 2000-02-28 12:51:21 +00:00
Alexey Zelkin
7cfacc4896 It is possible to build www/ tree separately now
(make -DWEB_ONLY is not failing anymore)
1999-12-17 14:16:56 +00:00
Wolfram Schneider
6c2d4c75a4 Use the right make command: make -> ${MAKE} 1999-09-15 20:37:12 +00:00
Peter Wemm
01a61279be $Id$,$Date$ -> $FreeBSD$
The jury is out on $Date$, but it's presently not being expanded..
1999-09-06 07:03:31 +00:00
Nik Clayton
53e1d12242 Makefile framework to pull the DocBook FAQ in to the web site. 1999-08-19 20:55:58 +00:00
Wolfram Schneider
d3ea4b328b Added Chinese FAQ 1999-02-03 14:02:57 +00:00