head	1.13;
access;
symbols
	RELEASE_8_3_0:1.13
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_8_1_0:1.13
	RELEASE_7_3_0:1.13
	RELEASE_8_0_0:1.13
	RELEASE_7_2_0:1.13
	RELEASE_7_1_0:1.13
	RELEASE_6_4_0:1.13
	RELEASE_6_3_0:1.13
	RELEASE_7_0_0:1.13
	RELEASE_6_2_0:1.13
	RELEASE_5_5_0:1.13
	RELEASE_6_1_0:1.13
	RELEASE_6_0_0:1.13
	RELEASE_5_4_0:1.13
	RELEASE_4_11_0:1.13
	RELEASE_5_3_0:1.13
	RELEASE_4_10_0:1.13
	RELEASE_5_2_1:1.13
	RELEASE_5_2_0:1.13
	RELEASE_4_9_0:1.13
	RELEASE_5_1_0:1.13
	RELEASE_4_8_0:1.10
	RELEASE_5_0_0:1.10
	RELEASE_4_7_0:1.10
	RELEASE_4_6_2:1.10
	RELEASE_4_6_1:1.10
	RELEASE_4_6_0:1.10
	RELEASE_4_5_0:1.10
	RELEASE_4_4_0:1.9
	RELEASE_4_3_0:1.9
	RELEASE_4_2_0:1.9
	RELEASE_4_1_0:1.8
	RELEASE_3_5_0:1.8
	snap_19990819:1.1.1.1
	DOCJP:1.1.1;
locks; strict;
comment	@# @;


1.13
date	2003.04.27.19.50.26;	author hrs;	state Exp;
branches;
next	1.12;

1.12
date	2003.04.22.18.35.43;	author hrs;	state Exp;
branches;
next	1.11;

1.11
date	2003.04.19.11.39.29;	author hrs;	state Exp;
branches;
next	1.10;

1.10
date	2001.12.12.11.49.36;	author phantom;	state Exp;
branches;
next	1.9;

1.9
date	2000.08.28.21.14.28;	author hrs;	state Exp;
branches;
next	1.8;

1.8
date	2000.02.03.03.11.04;	author kuriyama;	state Exp;
branches;
next	1.7;

1.7
date	99.09.06.06.53.20;	author peter;	state Exp;
branches;
next	1.6;

1.6
date	99.09.03.17.44.11;	author nik;	state Exp;
branches;
next	1.5;

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

1.4
date	99.08.28.09.48.29;	author nik;	state Exp;
branches;
next	1.3;

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

1.2
date	99.08.23.15.33.55;	author kuriyama;	state Exp;
branches;
next	1.1;

1.1
date	99.08.18.22.18.16;	author kuriyama;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.08.18.22.18.16;	author kuriyama;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Catch up with the English version:

	1.6   -> 1.10 	Makefile
@
text
@# 
# $FreeBSD$
#
# Build the FreeBSD FAQ
#
# Original revision: 1.10
#

MAINTAINER=kuriyama@@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.12
log
@Back out WITH_DOCFORMAT_NAVI_LINK?=YES in Makefile.  The navi-link
is generated when ${WITH_DOCFORMAT_NAVI_LINK} is defined or
${FORMATS} includes "html" and "html-split."
@
text
@d6 1
a6 1
# Original revision: 1.6
d17 2
@


1.11
log
@- Add WITH_DOCFORMAT_NAVI_LINK to mk/doc.docbook.mk and
  enable it in en_US.ISO8859-1/ and ja_JP.eucJP/.

- Add PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
  and l10n.ent for entity localization.

- Use share/misc/docbook.css for indentiation of <programlisting>
  and <screen>.

- Add some missing $FreeBSD$.
@
text
@a17 2
WITH_DOCFORMAT_NAVI_LINK?=YES

@


1.10
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
@d18 2
@


1.9
log
@Merge the following from the English version:

	1.3   -> 1.6  	Makefile
@
text
@d2 1
a2 1
# $FreeBSD: doc/ja_JP.eucJP/books/faq/Makefile,v 1.8 2000/02/03 03:11:04 kuriyama Exp $
a16 2

NO_TIDY=	YES
@


1.8
log
@Use NO_TIDY.
@
text
@d2 1
a2 1
# $FreeBSD: doc/ja_JP.eucJP/books/faq/Makefile,v 1.7 1999/09/06 06:53:20 peter Exp $
d6 1
a6 1
# Original revision: 1.3
@


1.7
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
d17 2
@


1.6
log
@Use doc.project.mk, and ${.CURDIR}.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.5 1999/08/31 15:00:03 kuriyama Exp $
@


1.5
log
@MFen:
	1.1  -> 1.5	Makefile
	1.1  -> 1.4	books/faq/Makefile
	1.21 -> 1.24	books/handbook/Makefile
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.4 1999/08/28 09:48:29 nik Exp $
d26 2
a27 3
DOC_PREFIX?= ../../..

.include "${DOC_PREFIX}/share/mk/docproj.docbook.mk"
@


1.4
log
@Set the {JADE,TIDY}FLAGS variables in Makefile.inc, rather than in the
lower level Makefiles.  This should stop this problem happening for
new documentation under this part of the tree.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.3 1999/08/26 19:01:18 nik Exp $
d6 2
d28 1
a28 1
.include "../../../share/mk/docproj.docbook.mk"
@


1.3
log
@JADEOPTS -> JADEFLAGS.  Should fix the FAQ not appearing in the right
encoding.  This is a band aid fix, just to get it built, and will be fixed
properly in the next day or so, when I can properly analyze the problem.

Now to read the e-mail this has generated. . .
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.2 1999/08/23 15:33:55 kuriyama Exp $
a7 3

JADEFLAGS=	-ilang.ja
TIDYFLAGS=	-raw
@


1.2
log
@Add Japanese local options.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1.1.1 1999/08/18 22:18:16 kuriyama Exp $
d9 1
a9 1
JADEOPTS=	-ilang.ja
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# $Id$
d8 3
@


1.1.1.1
log
@DocBook version of the Japanese FAQ, first draft.
@
text
@@
