head	1.7;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_6_3_0:1.7
	RELEASE_7_0_0:1.7
	RELEASE_6_2_0:1.7
	RELEASE_5_5_0:1.6
	RELEASE_6_1_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.5
	RELEASE_4_6_1:1.5
	RELEASE_4_6_0:1.5
	RELEASE_4_5_0:1.5
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4;
locks; strict;
comment	@# @;


1.7
date	2006.10.20.03.17.29;	author chinsan;	state Exp;
branches;
next	1.6;

1.6
date	2003.01.20.06.43.25;	author vanilla;	state Exp;
branches;
next	1.5;

1.5
date	2001.12.12.11.49.38;	author phantom;	state Exp;
branches;
next	1.4;

1.4
date	99.09.06.06.53.43;	author peter;	state Exp;
branches;
next	1.3;

1.3
date	99.09.03.17.45.42;	author nik;	state Exp;
branches;
next	1.2;

1.2
date	99.08.25.05.29.44;	author foxfair;	state Exp;
branches;
next	1.1;

1.1
date	99.08.19.03.56.59;	author foxfair;	state Exp;
branches;
next	;


desc
@@


1.7
log
@- Add clsung@@ and myself(chinsan) as maintainer
- Replace ${JADEFLAGS} with the corresponding variables.

PR:		docs/9964
Submitted by:	clsung
Approved by:	delphij (mentor)
@
text
@# 
# $FreeBSD$
#
# Build the FreeBSD Chinese-Big5 FAQ
#

MAINTAINER=vanilla@@FreeBSD.org ijliao@@FreeBSD.org clive@@FreeBSD.org \
	   clsung@@FreeBSD.org chinsan@@FreeBSD.org

DOC?= book

FORMATS?= html-split html

INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=

WITH_BIBLIOXREF_TITLE?=YES
# 
# SRCS lists the individual SGML files that make up the document. Changes
# to any of these files will force a rebuild
#

# SGML content
SRCS=  book.sgml 

DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
@


1.6
log
@Sync zh_TW.Big5's faq to doc/en_US.ISO8859-1/books/faq/book.sgml,v 1.437.
@
text
@d7 2
a8 1
MAINTAINER=vanilla@@FreeBSD.org ijliao@@FreeBSD.org clive@@FreeBSD.org
d17 1
a17 1
JADEFLAGS+=-Vbiblio-xref-title
@


1.5
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.

No objections from: -doc
Requested by: Russian and Japanese translation teams
@
text
@d7 1
a7 1
MAINTAINER=foxfair@@FreeBSD.org
d16 1
@


1.4
log
@$Id$ -> $FreeBSD$
@
text
@a8 2
TIDYFLAGS=      -raw

@


1.3
log
@Use doc.project.mk, and ${.CURDIR}.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.2 1999/08/25 05:29:44 foxfair Exp $
@


1.2
log
@o Give the TIDYFLAGS in the Makefile to make the building procedure right.
  It will give the understandable result now.

  Discussed with : nik.

o Fix some ANCHOR error, modify some format.

  Obtained from : English version 1.6, PR: docs/13349
  (Actually English version of FAQ still has some wrong link, I'll send-PR
  when free. Any taker?)
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1 1999/08/19 03:56:59 foxfair Exp $
d26 2
a27 3
DOC_PREFIX?= ../../..

.include "../../../share/mk/docproj.docbook.mk"
@


1.1
log
@DocBook version of FreeBSD Chinese FAQ, stage[I] with Makefile framework
.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1 1999/08/17 21:52:02 nik Exp $
d8 2
@

