head	1.9;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	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.7
	RELEASE_6_1_0:1.7
	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.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	old_RELEASE_4_3_0:1.1
	old_RELEASE_4_2_0:1.1
	old_RELEASE_4_1_0:1.1
	old_RELEASE_3_5_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2011.09.05.13.26.06;	author dougb;	state Exp;
branches;
next	1.8;

1.8
date	2011.07.08.16.08.33;	author ryusuke;	state Exp;
branches;
next	1.7;

1.7
date	2004.08.05.10.04.30;	author den;	state Exp;
branches;
next	1.6;

1.6
date	2004.07.26.11.40.05;	author yar;	state Exp;
branches;
next	1.5;

1.5
date	2004.06.03.06.31.51;	author trhodes;	state Exp;
branches;
next	1.4;

1.4
date	2003.06.26.17.49.22;	author foxfair;	state Exp;
branches;
next	1.3;

1.3
date	2003.04.22.18.35.42;	author hrs;	state Exp;
branches;
next	1.2;

1.2
date	2003.04.19.11.39.28;	author hrs;	state Exp;
branches;
next	1.1;

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


desc
@@


1.9
log
@Use the new callout images
@
text
@# 
# $FreeBSD$
#
# Build the FreeBSD Porter's Handbook.
#

MAINTAINER=doc@@FreeBSD.org

DOC?= book

FORMATS?= html-split

INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=

# 
# 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

# Use the local DSSSL file
DSLHTML?= 	${.CURDIR}/freebsd.dsl
DSLPRINT?= 	${.CURDIR}/freebsd.dsl

# Images from the cross-document image library
IMAGES_LIB+=	callouts/1.png
IMAGES_LIB+=	callouts/2.png
IMAGES_LIB+=	callouts/3.png
IMAGES_LIB+=	callouts/4.png
IMAGES_LIB+=	callouts/5.png
IMAGES_LIB+=	callouts/6.png
IMAGES_LIB+=	callouts/7.png
IMAGES_LIB+=	callouts/8.png
IMAGES_LIB+=	callouts/9.png
IMAGES_LIB+=	callouts/10.png
IMAGES_LIB+=	callouts/11.png
IMAGES_LIB+=	callouts/12.png
IMAGES_LIB+=	callouts/13.png
IMAGES_LIB+=	callouts/14.png
IMAGES_LIB+=	callouts/15.png
IMAGES_LIB+=	callouts/16.png
IMAGES_LIB+=	callouts/17.png
IMAGES_LIB+=	callouts/18.png
IMAGES_LIB+=	callouts/19.png
IMAGES_LIB+=	callouts/20.png
IMAGES_LIB+=	callouts/21.png

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

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


1.8
log
@PR: docs/158354

Install missing callout images (11-15), which are required for example in VuXML chapter.

Submitted by: Jason Helfman <jhelfman _at_ experts-exchange dot com>
@
text
@d44 6
@


1.7
log
@Use url entities for links between docs
@
text
@d39 5
@


1.6
log
@Add a chapter covering some issues at the intersection of the topics
of the ports collection and security, i.e., handling security
vulnerabilities in ports, the VuXML database, etc.

PR:			docs/68605
Collaborated with:	eik
@
text
@d40 1
d42 1
@


1.5
log
@The MAINTAINER lines on these files should have been set to doc a long
time ago.
@
text
@d28 12
@


1.4
log
@Book pf's user "proxy" into UIDs, we use the same name as OpenBSD.
@
text
@d7 1
a7 1
MAINTAINER=nik@@FreeBSD.org
@


1.3
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
@@


1.2
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
@a15 2
WITH_DOCFORMAT_NAVI_LINK?=YES

@


1.1
log
@Build the porter's handbook
@
text
@d2 1
a2 1
# $FreeBSD: doc/en_US.ISO_8859-1/books/porter-handbook/Makefile,v 1.1 2000/04/22 23:47:57 nik Exp $
d15 2
@

