head	1.8;
access;
symbols
	EMILYBOYD_REDESIGN:1.7
	PRE_REDESIGN:1.7
	XML_XSL_XP:1.5.0.2
	XML_XSL_XP_BP:1.5;
locks; strict;
comment	@# @;


1.8
date	2006.07.11.13.27.01;	author hrs;	state dead;
branches;
next	1.7;

1.7
date	2004.03.23.23.11.49;	author phantom;	state Exp;
branches;
next	1.6;

1.6
date	2001.12.12.11.57.44;	author phantom;	state Exp;
branches;
next	1.5;

1.5
date	2000.11.07.05.20.40;	author kuriyama;	state Exp;
branches;
next	1.4;

1.4
date	2000.02.28.12.51.21;	author phantom;	state Exp;
branches;
next	1.3;

1.3
date	99.12.17.14.16.56;	author phantom;	state Exp;
branches;
next	1.2;

1.2
date	99.09.06.07.03.31;	author peter;	state Exp;
branches;
next	1.1;

1.1
date	99.02.03.14.02.22;	author wosch;	state Exp;
branches;
next	;


desc
@@


1.8
log
@The www/zh directory has been moved to www/zh_CN and www/zh_TW.
@
text
@# $FreeBSD: www/zh/Makefile,v 1.7 2004/03/23 23:11:49 phantom Exp $

.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

.if !defined(WEB_ONLY) || empty(WEB_ONLY)
SUBDIR=	FAQ
.endif

WEBBASE=	/data/zh

.include "${WEB_PREFIX}/share/mk/web.site.mk"
@


1.7
log
@Since FAQ's Makefile is now knows about web.site.mk, no need to declare
it via DOCSUBDIR.  Use plain SUBDIR instead.

Also remove stale SGMLFLAGS leftovers
@
text
@d1 1
a1 1
# $FreeBSD: www/zh/Makefile,v 1.6 2001/12/12 11:57:44 phantom Exp $
@


1.6
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 (&#60; instead of &lt;),
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
@
text
@d1 1
a1 1
# $FreeBSD: www/zh/Makefile,v 1.5 2000/11/07 05:20:40 kuriyama Exp $
d11 1
a11 1
DOCSUBDIR=	FAQ
a12 4

SGMLFLAGS+=	-links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr
SGMLFLAGS+=	-e big5
FORMATS=	"html ps"
@


1.5
log
@Switch web.mk to share/mk/web.site.mk in Chinese version.
@
text
@d1 1
a1 1
# $FreeBSD: www/zh/Makefile,v 1.4 2000/02/28 12:51:21 phantom Exp $
d14 3
a16 3
SGMLOPTS=	-links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr 
SGMLOPTS+=-e big5
FORMATS= "html ps"
@


1.4
log
@Fix WEBBASE path.
@
text
@d1 8
a8 1
# $FreeBSD: www/zh/Makefile,v 1.3 1999/12/17 14:16:56 phantom Exp $
d20 1
a20 2
.include "../web.mk"

@


1.3
log
@It is possible to build www/ tree separately now
(make -DWEB_ONLY is not failing anymore)
@
text
@d1 1
a1 1
# $FreeBSD: www/zh/Makefile,v 1.2 1999/09/06 07:03:31 peter Exp $
d11 1
a11 1
WEBBASE=	/data
@


1.2
log
@$Id$,$Date$ -> $FreeBSD$
The jury is out on $Date$, but it's presently not being expanded..
@
text
@d1 1
a1 1
# $FreeBSD$
d3 1
d5 2
@


1.1
log
@Added Chinese FAQ
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.1 1998/12/30 17:54:06 wosch Exp $
@

