head	1.8;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_6_3_0:1.8
	RELEASE_7_0_0:1.8
	RELEASE_6_2_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_1_0:1.8
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2006.02.20.20.53.00;	author jcamou;	state Exp;
branches;
next	1.7;

1.7
date	2004.08.09.17.18.17;	author hrs;	state Exp;
branches;
next	1.6;

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

1.5
date	2003.04.22.18.35.36;	author hrs;	state Exp;
branches;
next	1.4;

1.4
date	2003.04.19.11.39.23;	author hrs;	state Exp;
branches;
next	1.3;

1.3
date	2003.04.11.09.21.14;	author blackend;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.01.23.23.44;	author keramida;	state Exp;
branches;
next	1.1;

1.1
date	2002.12.23.22.38.17;	author trhodes;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Fix URL_RELPREFIX.  This was causing broken
links.

Approved by:	trhodes (mentor)
@
text
@#
# $FreeBSD$
#
# Article: Integration of Check Point Firewall-1 and FreeBSD IPsec

DOC?= article

FORMATS?= html

INSTALL_COMPRESSED?=gz
INSTALL_ONLY_COMPRESSED?=

SRCS=		article.sgml
IMAGES_EN=	networks.pic

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


1.7
log
@- Add missing URL_RELPREFIX.
- Use &url.*; instead of http://www.FreeBSD.org/*.
- Some markup fixes.
@
text
@d16 1
a16 1
URL_RELPREFIX?=	../../..
@


1.6
log
@Sync these Makefiles to have one style of declarations and comments.
@
text
@d16 1
@


1.5
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
@d1 1
d3 2
d13 1
a13 2
SRCS= article.sgml

a16 1

@


1.4
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
@a9 2
WITH_DOCFORMAT_NAVI_LINK?=YES

@


1.3
log
@Commit images separation from en_US.ISO8859-1/ directory to
share/images.  To link "generic" images (share/images ones) from
Makefiles use IMAGES_EN and to link localized images use IMAGES.
For an example look at en_US.ISO8859-1/books/handbook/Makefile
@
text
@d10 2
@


1.2
log
@Add a pic image of a network diagram, and use <mediaobject> to pull it
in those versions of the output that can use it.  Text-only renditions
still use the old ASCII-art diagram.

Tested by:	blackend
@
text
@d12 1
a12 1
IMAGES=	networks.pic
@


1.1
log
@Add an article on Checkpoint VPN-1/Firewall-1 and FreeBSD IPSec.

PR:		28994
Submitted by:	Jon Orbeton <jono@@networkcommand.com> (original version)
@
text
@d12 2
@

