head	1.12;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_8_1_0:1.12
	RELEASE_7_3_0:1.12
	RELEASE_8_0_0:1.12
	RELEASE_7_2_0:1.12
	RELEASE_7_1_0:1.12
	RELEASE_6_4_0:1.12
	RELEASE_6_3_0:1.12
	RELEASE_7_0_0:1.12
	RELEASE_6_2_0:1.12
	RELEASE_5_5_0:1.12
	RELEASE_6_1_0:1.12
	RELEASE_6_0_0:1.12
	RELEASE_5_4_0:1.12
	RELEASE_4_11_0:1.12
	RELEASE_5_3_0:1.12
	RELEASE_4_10_0:1.10
	RELEASE_5_2_1:1.10
	RELEASE_5_2_0:1.10
	RELEASE_4_9_0:1.10
	RELEASE_5_1_0:1.10
	RELEASE_4_8_0:1.8
	RELEASE_5_0_0:1.7
	RELEASE_4_7_0:1.7
	RELEASE_4_6_2:1.7
	RELEASE_4_6_1:1.7
	RELEASE_4_6_0:1.7
	RELEASE_4_5_0:1.7
	RELEASE_4_4_0:1.7
	old_RELEASE_4_3_0:1.6
	old_RELEASE_4_2_0:1.6
	old_RELEASE_4_1_0:1.6
	old_RELEASE_3_5_0:1.6;
locks; strict;
comment	@# @;


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

1.11
date	2004.06.03.06.31.50;	author trhodes;	state Exp;
branches;
next	1.10;

1.10
date	2003.04.22.18.35.42;	author hrs;	state Exp;
branches;
next	1.9;

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

1.8
date	2003.02.16.14.59.48;	author hrs;	state Exp;
branches;
next	1.7;

1.7
date	2001.05.20.23.04.46;	author ue;	state Exp;
branches;
next	1.6;

1.6
date	99.09.06.06.52.39;	author peter;	state Exp;
branches;
next	1.5;

1.5
date	99.09.03.17.40.52;	author nik;	state Exp;
branches;
next	1.4;

1.4
date	99.08.31.14.59.48;	author kuriyama;	state Exp;
branches;
next	1.3;

1.3
date	99.08.29.00.02.21;	author jhb;	state Exp;
branches;
next	1.2;

1.2
date	99.08.28.19.49.31;	author jhb;	state Exp;
branches;
next	1.1;

1.1
date	99.08.17.21.52.02;	author nik;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Use relative URLs when URL_RELPREFIX is defined and URLS_ABSOLUTE
is not defined.

- URL_RELPREFIX must always point the top page's URL
  (http://www.FreeBSD.org) in relative form, defined in Makefile.

- &url.base; can be used in doc/<langcode>/*.  It will be
  replaced with the real URL which points the top page.

For translators: Please make sure to define URL_RELPREFIX to
point the top page.  The localized docs have different directory
hierarchy in its URL from the English version.

Tested by:	den
@
text
@# 
# $FreeBSD$
#
# Build the FreeBSD FAQ
#

MAINTAINER=doc@@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 

URL_RELPREFIX?=	../../../..
DOC_PREFIX?=	${.CURDIR}/../../..

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


1.11
log
@The MAINTAINER lines on these files should have been set to doc a long
time ago.
@
text
@d26 2
a27 1
DOC_PREFIX?= ${.CURDIR}/../../..
@


1.10
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
@d7 1
a7 1
MAINTAINER=nik@@FreeBSD.org
@


1.9
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
@a16 1
WITH_DOCFORMAT_NAVI_LINK?=YES
@


1.8
log
@Replace ${JADEFLAGS} with the corresponding variables.
@
text
@d16 3
a18 1
WITH_BIBLIOXREF_TITLE=YES
@


1.7
log
@Take a hint from the various angry faces and finally commit the international
version of "The Big Markup Sync"
- merge German markup fixes from the last 6 months
- add bibliography section
- activate biblio-xref-title code
@
text
@d2 1
a2 1
# $FreeBSD: doc/en_US.ISO_8859-1/books/faq/Makefile,v 1.6 1999/09/06 06:52:39 peter Exp $
d16 1
a16 1
JADEFLAGS+=-Vbiblio-xref-title
@


1.6
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
d16 1
@


1.5
log
@Use doc.project.mk, and ${.CURDIR}
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.4 1999/08/31 14:59:48 kuriyama Exp $
@


1.4
log
@We have used ${VAR}, not $(VAR ) . :- )
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.3 1999/08/29 00:02:21 jhb Exp $
d24 1
a24 1
DOC_PREFIX?= ../../..
d26 1
a26 1
.include "${DOC_PREFIX}/share/mk/docproj.docbook.mk"
@


1.3
log
@Make the doc/en_* makefiles repect ${DOC_PREFIX} when they include
${DOC_PREFIX}/share/mk/docproj.docbook.mk instead of using hard-coded
paths.

Reviewed partially by:	nik, billf
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.2 1999/08/28 19:49:31 jhb Exp $
d26 1
a26 1
.include "$(DOC_PREFIX)/share/mk/docproj.docbook.mk"
@


1.2
log
@FreeBSD.ORG -> FreeBSD.org for the MAINTAINERS e-mail address.
Translators can ignore this commit.

Reviewed by:	billf, nik
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1 1999/08/17 21:52:02 nik Exp $
d26 1
a26 1
.include "../../../share/mk/docproj.docbook.mk"
@


1.1
log
@Framework to build the DocBook FAQ.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.3 1999/07/14 22:31:29 nik Exp $
d7 1
a7 1
MAINTAINER=nik@@FreeBSD.ORG
@

