head	1.18;
access;
symbols
	RELEASE_8_3_0:1.18
	RELEASE_9_0_0:1.16
	RELEASE_7_4_0:1.16
	RELEASE_8_2_0:1.16
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.15
	RELEASE_8_0_0:1.15
	RELEASE_7_2_0:1.15
	RELEASE_7_1_0:1.14
	RELEASE_6_4_0:1.14
	RELEASE_6_3_0:1.10
	RELEASE_7_0_0:1.10
	RELEASE_6_2_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_1_0:1.8
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	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;
locks; strict;
comment	@# @;


1.18
date	2011.12.18.20.05.49;	author rene;	state Exp;
branches;
next	1.17;

1.17
date	2011.11.04.21.04.42;	author rene;	state Exp;
branches;
next	1.16;

1.16
date	2010.08.22.20.25.17;	author rene;	state Exp;
branches;
next	1.15;

1.15
date	2009.01.01.22.50.49;	author rene;	state Exp;
branches;
next	1.14;

1.14
date	2008.11.16.20.50.17;	author rene;	state Exp;
branches;
next	1.13;

1.13
date	2008.11.10.20.34.00;	author rene;	state Exp;
branches;
next	1.12;

1.12
date	2008.09.14.22.32.26;	author remko;	state Exp;
branches;
next	1.11;

1.11
date	2008.05.21.20.35.08;	author remko;	state Exp;
branches;
next	1.10;

1.10
date	2007.06.28.02.46.38;	author chinsan;	state Exp;
branches;
next	1.9;

1.9
date	2007.06.27.15.42.49;	author chinsan;	state Exp;
branches;
next	1.8;

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

1.7
date	2006.01.08.12.23.10;	author remko;	state Exp;
branches;
next	1.6;

1.6
date	2005.11.26.23.54.44;	author remko;	state Exp;
branches;
next	1.5;

1.5
date	2005.08.22.21.11.56;	author remko;	state Exp;
branches;
next	1.4;

1.4
date	2004.12.29.17.42.51;	author remko;	state Exp;
branches;
next	1.3;

1.3
date	2004.10.24.11.31.26;	author remko;	state Exp;
branches;
next	1.2;

1.2
date	2004.09.25.23.01.04;	author josef;	state Exp;
branches;
next	1.1;

1.1
date	2001.09.23.09.29.45;	author asmodai;	state Exp;
branches;
next	;


desc
@@


1.18
log
@MFen:
- Makefile	1.118 -> 1.119
- cutting-edge	1.255 -> 1.256

Obtained from:	the FreeBSD Dutch Documentation Project
@
text
@#
# $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/Makefile,v 1.17 2011/11/04 21:04:42 rene Exp $
#
# %SOURCE%	en_US.ISO8859-1/books/handbook/Makefile
# %SRCID%	1.119
#
# Bouw het Nederlandse FreeBSD Handboek.
#

# ------------------------------------------------------------------------
#
# Handboekspecifieke variabelen
#
#	WITH_PGPKEYS	De gedrukte verie van het handboek geeft standaard
#			alleen PGP vingerafdrukken weer.  Als het gewenst
#			is dat de complete sleutel wordt weergegeven dan
#			dient deze variabele insteld te worden.  De optie
#			heeft geen invloed op de HTML formaten.
#
# Handboekspecifieke doelen
#
#       pgpkeyring      Dit doel leest de inhoud van pgpkeys/chapter.sgml
#			en schrijft dan alle PGP sleutels naar stdout.
#			De uitvoer kan omgeleid worden naar een bestand
#			en verspreid worden als een publieke sleutelring
#			van FreeBSD ontwikkelaars die eenvoudig in
#			PGP/GPG ingelezen kan worden.
#
# ------------------------------------------------------------------------
# Om een nieuw hoofdstuk aan het Handboek toe te voegen:
#
# - Werk deze Makefile, chapters.ent en book.sgml bij
# - Voeg een beschrijving voor het nieuwe hoofdstuk toe aan preface/preface.sgml
#
# ------------------------------------------------------------------------

.PATH: ${.CURDIR}/../../share/sgml/glossary

MAINTAINER=	remko@@FreeBSD.org

DOC?= book

FORMATS?= html-split

HAS_INDEX= true
USE_PS2PDF=	yes

INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=

IMAGES_EN = advanced-networking/isdn-bus.eps
IMAGES_EN+= advanced-networking/isdn-twisted-pair.eps
IMAGES_EN+= advanced-networking/natd.eps
IMAGES_EN+= advanced-networking/net-routing.pic
IMAGES_EN+= advanced-networking/static-routes.pic
IMAGES_EN+= bsdinstall/bsdinstall-adduser1.png
IMAGES_EN+= bsdinstall/bsdinstall-adduser2.png
IMAGES_EN+= bsdinstall/bsdinstall-adduser3.png
IMAGES_EN+= bsdinstall/bsdinstall-boot-loader-menu.png
IMAGES_EN+= bsdinstall/bsdinstall-choose-mode.png
IMAGES_EN+= bsdinstall/bsdinstall-config-components.png
IMAGES_EN+= bsdinstall/bsdinstall-config-hostname.png
IMAGES_EN+= bsdinstall/bsdinstall-config-keymap.png
IMAGES_EN+= bsdinstall/bsdinstall-config-services.png
IMAGES_EN+= bsdinstall/bsdinstall-config-crashdump.png
IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv4-dhcp.png
IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv4.png
IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv4-static.png
IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv6.png
IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv6-static.png
IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-slaac.png
IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface.png
IMAGES_EN+= bsdinstall/bsdinstall-configure-network-ipv4-dns.png
IMAGES_EN+= bsdinstall/bsdinstall-configure-wireless-accesspoints.png
IMAGES_EN+= bsdinstall/bsdinstall-configure-wireless-scan.png
IMAGES_EN+= bsdinstall/bsdinstall-configure-wireless-wpa2setup.png
IMAGES_EN+= bsdinstall/bsdinstall-distfile-extracting.png
IMAGES_EN+= bsdinstall/bsdinstall-distfile-fetching.png
IMAGES_EN+= bsdinstall/bsdinstall-distfile-verifying.png
IMAGES_EN+= bsdinstall/bsdinstall-final-confirmation.png
IMAGES_EN+= bsdinstall/bsdinstall-finalconfiguration.png
IMAGES_EN+= bsdinstall/bsdinstall-final-modification-shell.png
IMAGES_EN+= bsdinstall/bsdinstall-keymap-select-default.png
IMAGES_EN+= bsdinstall/bsdinstall-mainexit.png
IMAGES_EN+= bsdinstall/bsdinstall-netinstall-files.png
IMAGES_EN+= bsdinstall/bsdinstall-netinstall-mirrorselect.png
IMAGES_EN+= bsdinstall/bsdinstall-part-entire-part.png
IMAGES_EN+= bsdinstall/bsdinstall-part-guided-disk.png
IMAGES_EN+= bsdinstall/bsdinstall-part-guided-manual.png
IMAGES_EN+= bsdinstall/bsdinstall-part-manual-addpart.png
IMAGES_EN+= bsdinstall/bsdinstall-part-manual-create.png
IMAGES_EN+= bsdinstall/bsdinstall-part-manual-partscheme.png
IMAGES_EN+= bsdinstall/bsdinstall-part-review.png
IMAGES_EN+= bsdinstall/bsdinstall-post-root-passwd.png
IMAGES_EN+= bsdinstall/bsdinstall-set-clock-local-utc.png
IMAGES_EN+= bsdinstall/bsdinstall-timezone-confirm.png
IMAGES_EN+= bsdinstall/bsdinstall-timezone-country.png
IMAGES_EN+= bsdinstall/bsdinstall-timezone-region.png
IMAGES_EN+= bsdinstall/bsdinstall-timezone-zone.png
IMAGES_EN+= geom/striping.pic
IMAGES_EN+= install/adduser1.scr
IMAGES_EN+= install/adduser2.scr
IMAGES_EN+= install/adduser3.scr
IMAGES_EN+= install/boot-loader-menu.scr
IMAGES_EN+= install/boot-mgr.scr
IMAGES_EN+= install/config-country.scr
IMAGES_EN+= install/config-keymap.scr
IMAGES_EN+= install/console-saver1.scr
IMAGES_EN+= install/console-saver2.scr
IMAGES_EN+= install/console-saver3.scr
IMAGES_EN+= install/console-saver4.scr
IMAGES_EN+= install/disklabel-auto.scr
IMAGES_EN+= install/disklabel-ed1.scr
IMAGES_EN+= install/disklabel-ed2.scr
IMAGES_EN+= install/disklabel-fs.scr
IMAGES_EN+= install/disklabel-root1.scr
IMAGES_EN+= install/disklabel-root2.scr
IMAGES_EN+= install/disklabel-root3.scr
IMAGES_EN+= install/disk-layout.eps
IMAGES_EN+= install/dist-set.scr
IMAGES_EN+= install/dist-set2.scr
IMAGES_EN+= install/docmenu1.scr
IMAGES_EN+= install/ed0-conf.scr
IMAGES_EN+= install/ed0-conf2.scr
IMAGES_EN+= install/edit-inetd-conf.scr
IMAGES_EN+= install/fdisk-drive1.scr
IMAGES_EN+= install/fdisk-drive2.scr
IMAGES_EN+= install/fdisk-edit1.scr
IMAGES_EN+= install/fdisk-edit2.scr
IMAGES_EN+= install/ftp-anon1.scr
IMAGES_EN+= install/ftp-anon2.scr
IMAGES_EN+= install/hdwrconf.scr
IMAGES_EN+= install/keymap.scr
IMAGES_EN+= install/main1.scr
IMAGES_EN+= install/mainexit.scr
IMAGES_EN+= install/main-std.scr
IMAGES_EN+= install/main-options.scr
IMAGES_EN+= install/main-doc.scr
IMAGES_EN+= install/main-keymap.scr
IMAGES_EN+= install/media.scr
IMAGES_EN+= install/mouse1.scr
IMAGES_EN+= install/mouse2.scr
IMAGES_EN+= install/mouse3.scr
IMAGES_EN+= install/mouse4.scr
IMAGES_EN+= install/mouse5.scr
IMAGES_EN+= install/mouse6.scr
IMAGES_EN+= install/mta-main.scr
IMAGES_EN+= install/net-config-menu1.scr
IMAGES_EN+= install/net-config-menu2.scr
IMAGES_EN+= install/nfs-server-edit.scr
IMAGES_EN+= install/ntp-config.scr
IMAGES_EN+= install/options.scr
IMAGES_EN+= install/pkg-cat.scr
IMAGES_EN+= install/pkg-confirm.scr
IMAGES_EN+= install/pkg-install.scr
IMAGES_EN+= install/pkg-sel.scr
IMAGES_EN+= install/probstart.scr
IMAGES_EN+= install/routed.scr
IMAGES_EN+= install/security.scr
IMAGES_EN+= install/sysinstall-exit.scr
IMAGES_EN+= install/timezone1.scr
IMAGES_EN+= install/timezone2.scr
IMAGES_EN+= install/timezone3.scr
IMAGES_EN+= install/userconfig.scr
IMAGES_EN+= install/userconfig2.scr
IMAGES_EN+= mail/mutt1.scr
IMAGES_EN+= mail/mutt2.scr
IMAGES_EN+= mail/mutt3.scr
IMAGES_EN+= mail/pine1.scr
IMAGES_EN+= mail/pine2.scr
IMAGES_EN+= mail/pine3.scr
IMAGES_EN+= mail/pine4.scr
IMAGES_EN+= mail/pine5.scr

IMAGES_EN+= install/example-dir1.eps
IMAGES_EN+= install/example-dir2.eps
IMAGES_EN+= install/example-dir3.eps
IMAGES_EN+= install/example-dir4.eps
IMAGES_EN+= install/example-dir5.eps
IMAGES_EN+= security/ipsec-network.pic
IMAGES_EN+= security/ipsec-crypt-pkt.pic
IMAGES_EN+= security/ipsec-encap-pkt.pic
IMAGES_EN+= security/ipsec-out-pkt.pic
IMAGES_EN+= vinum/vinum-concat.pic
IMAGES_EN+= vinum/vinum-mirrored-vol.pic
IMAGES_EN+= vinum/vinum-raid10-vol.pic
IMAGES_EN+= vinum/vinum-raid5-org.pic
IMAGES_EN+= vinum/vinum-simple-vol.pic
IMAGES_EN+= vinum/vinum-striped-vol.pic
IMAGES_EN+= vinum/vinum-striped.pic
IMAGES_EN+= virtualization/parallels-freebsd1.png
IMAGES_EN+= virtualization/parallels-freebsd2.png
IMAGES_EN+= virtualization/parallels-freebsd3.png
IMAGES_EN+= virtualization/parallels-freebsd4.png
IMAGES_EN+= virtualization/parallels-freebsd5.png
IMAGES_EN+= virtualization/parallels-freebsd6.png
IMAGES_EN+= virtualization/parallels-freebsd7.png
IMAGES_EN+= virtualization/parallels-freebsd8.png
IMAGES_EN+= virtualization/parallels-freebsd9.png
IMAGES_EN+= virtualization/parallels-freebsd10.png
IMAGES_EN+= virtualization/parallels-freebsd11.png
IMAGES_EN+= virtualization/parallels-freebsd12.png
IMAGES_EN+= virtualization/parallels-freebsd13.png
IMAGES_EN+= virtualization/virtualpc-freebsd1.png
IMAGES_EN+= virtualization/virtualpc-freebsd2.png
IMAGES_EN+= virtualization/virtualpc-freebsd3.png
IMAGES_EN+= virtualization/virtualpc-freebsd4.png
IMAGES_EN+= virtualization/virtualpc-freebsd5.png
IMAGES_EN+= virtualization/virtualpc-freebsd6.png
IMAGES_EN+= virtualization/virtualpc-freebsd7.png
IMAGES_EN+= virtualization/virtualpc-freebsd8.png
IMAGES_EN+= virtualization/virtualpc-freebsd9.png
IMAGES_EN+= virtualization/virtualpc-freebsd10.png
IMAGES_EN+= virtualization/virtualpc-freebsd11.png
IMAGES_EN+= virtualization/virtualpc-freebsd12.png
IMAGES_EN+= virtualization/virtualpc-freebsd13.png
IMAGES_EN+= virtualization/vmware-freebsd01.png
IMAGES_EN+= virtualization/vmware-freebsd02.png
IMAGES_EN+= virtualization/vmware-freebsd03.png
IMAGES_EN+= virtualization/vmware-freebsd04.png
IMAGES_EN+= virtualization/vmware-freebsd05.png
IMAGES_EN+= virtualization/vmware-freebsd06.png
IMAGES_EN+= virtualization/vmware-freebsd07.png
IMAGES_EN+= virtualization/vmware-freebsd08.png
IMAGES_EN+= virtualization/vmware-freebsd09.png
IMAGES_EN+= virtualization/vmware-freebsd10.png
IMAGES_EN+= virtualization/vmware-freebsd11.png
IMAGES_EN+= virtualization/vmware-freebsd12.png

# 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

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

# SGML content
SRCS+= audit/chapter.sgml
SRCS+= book.sgml
SRCS+= bsdinstall/chapter.sgml
SRCS+= colophon.sgml
SRCS+= dtrace/chapter.sgml
SRCS+= freebsd-glossary.sgml
SRCS+= advanced-networking/chapter.sgml
SRCS+= basics/chapter.sgml
SRCS+= bibliography/chapter.sgml
SRCS+= boot/chapter.sgml
SRCS+= config/chapter.sgml
SRCS+= cutting-edge/chapter.sgml
SRCS+= desktop/chapter.sgml
SRCS+= disks/chapter.sgml
SRCS+= eresources/chapter.sgml
SRCS+= firewalls/chapter.sgml
SRCS+= filesystems/chapter.sgml
SRCS+= geom/chapter.sgml
SRCS+= install/chapter.sgml
SRCS+= introduction/chapter.sgml
SRCS+= jails/chapter.sgml
SRCS+= kernelconfig/chapter.sgml
SRCS+= l10n/chapter.sgml
SRCS+= linuxemu/chapter.sgml
SRCS+= mac/chapter.sgml
SRCS+= mail/chapter.sgml
SRCS+= mirrors/chapter.sgml
SRCS+= multimedia/chapter.sgml
SRCS+= network-servers/chapter.sgml
SRCS+= pgpkeys/chapter.sgml
SRCS+= ports/chapter.sgml
SRCS+= ppp-and-slip/chapter.sgml
SRCS+= preface/preface.sgml
SRCS+= printing/chapter.sgml
SRCS+= security/chapter.sgml
SRCS+= serialcomms/chapter.sgml
SRCS+= users/chapter.sgml
SRCS+= vinum/chapter.sgml
SRCS+= virtualization/chapter.sgml
SRCS+= x11/chapter.sgml

# Entities
SRCS+= chapters.ent

SYMLINKS=	${DESTDIR} index.html handbook.html

# Turn on all the chapters.
CHAPTERS?= ${SRCS:M*chapter.sgml}

SGMLFLAGS+= ${CHAPTERS:S/\/chapter.sgml//:S/^/-i chap./}
SGMLFLAGS+= -i chap.freebsd-glossary

pgpkeyring: pgpkeys/chapter.sgml
	@@${JADE} -V nochunks ${OTHERFLAGS} ${JADEOPTS} -d ${DSLPGP} -t sgml ${MASTERDOC}

#
# Handbook-specific variables
#
.if defined(WITH_PGPKEYS)
JADEFLAGS+=	-V withpgpkeys
.endif

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

#
# rules generating lists of mirror site from XML database.
#
XMLDOCS=	mirrors-ftp:::mirrors.sgml.ftp.inc.tmp \
		mirrors-cvsup:::mirrors.sgml.cvsup.inc.tmp \
		eresources:::eresources.sgml.www.inc.tmp
DEPENDSET.DEFAULT=	transtable mirror
XSLT.DEFAULT=		${XSL_MIRRORS}
XML.DEFAULT=		${XML_MIRRORS}
NO_TIDY.DEFAULT=	yes

PARAMS.mirrors-ftp+=	--param 'type' "'ftp'" \
			--param 'proto' "'ftp'" \
			--param 'target' "'handbook/mirrors/chapter.sgml'"
PARAMS.mirrors-cvsup+=	--param 'type' "'cvsup'" \
			--param 'proto' "'cvsup'" \
			--param 'target' "'handbook/mirrors/chapter.sgml'"
PARAMS.eresources+=	--param 'type' "'www'" \
			--param 'proto' "'http'" \
			--param 'target' "'handbook/eresources/chapter.sgml'"

SRCS+=		mirrors.sgml.ftp.inc \
		mirrors.sgml.cvsup.inc \
		eresources.sgml.www.inc

CLEANFILES+=	mirrors.sgml.ftp.inc mirrors.sgml.ftp.inc.tmp \
		mirrors.sgml.cvsup.inc mirrors.sgml.cvsup.inc.tmp \
		eresources.sgml.www.inc eresources.sgml.www.inc.tmp

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

.for p in ftp cvsup
mirrors.sgml.${p}.inc: mirrors.sgml.${p}.inc.tmp
	${SED} -e 's,<\([^ >]*\)\([^>]*\)/>,<\1\2></\1>,;s,</anchor>,,'\
	    < $@@.tmp > $@@ || (${RM} -f $@@ && false)
.endfor

eresources.sgml.www.inc: eresources.sgml.www.inc.tmp
	${SED} -e 's,<\([^ >]*\)\([^>]*\)/>,<\1\2></\1>,;s,</anchor>,,'\
	    < $@@.tmp > $@@ || (${RM} -f $@@ && false)
@


1.17
log
@MFen the Dutch Handbook:
- Makefile		1.113 -> 1.118
- book.sgml		1.177 -> 1.178
- chapters.ent		1.39 -> 1.40
- install/chapter.sgml	1.426 -> 1.429
- preface/preface.sgml	1.48 -> 1.50
- bsdinstall/Makefile	-> 1.1
- bsdinstall/chapter	-> 1.20 (work in progress)
Obtained from:	the FreeBSD Dutch Documentation Project
@
text
@d2 1
a2 1
# $FreeBSD$
d5 1
a5 1
# %SRCID%	1.118
d65 1
d82 1
@


1.16
log
@MFen the Handbook:
       - Makefile 1.112 -> 1.113
       - advanced-networking 1.430 -> 1.431
       - disks 1.295 -> 1.297
@
text
@d5 1
a5 1
# %SRCID%	1.113
d56 42
d253 1
@


1.15
log
@MFen the handbook (updating into cutting-edge merge):
  Makefile 1.111 -> 1.113
  book.sgml 1.173 -> 1.174 (+ add 2009)
  chapters.ent 1.38 -> 1.39
  cutting-edge 1.231 -> 1.233 (+ save translator credits)
  dtrace 1.6 -> 1.7
  kernelconfig 1.187 -> 1.190 (+ nits)
  ports 1.285 -> 1.286
  preface 1.44 -> 1.46
  serialcomms 1.132 -> 1.133
@
text
@a2 1
# $FreeBSDnl: doc/nl_NL.ISO8859-1/books/handbook/Makefile,v 1.19 2006/01/03 21:17:07 siebrand Exp $
d5 1
a5 1
# %SRCID%	1.112
d63 1
@


1.14
log
@MFen 1.110 -> 1.111

Approved by:	remko (mentor)
Obtained from:	perforce
@
text
@d6 1
a6 1
# %SRCID%	1.111
a243 1
SRCS+= updating/chapter.sgml
@


1.13
log
@Attach dtrace, filesystems, and updating chapters to the build.

Approved by:	remko (mentor)
Obtained from:	perforce
@
text
@d6 1
a6 1
# %SRCID%	1.110
d31 6
@


1.12
log
@Bring in Rene Ladan's updates to the tree.

Bring in Rene Ladan's translation of the advanced networking
chapter. This is one of the two chapters remaining for a full
translation.

Obtained from:	The Dutch FreeBSD Documentation Project
Submitted by:	Rene Ladan
Reviewed by:	me
@
text
@d6 1
a6 1
# %SRCID%	1.109
d206 1
d218 1
d238 1
@


1.11
log
@MFp4:

Add the newly added chapters to the build (placeholders): jails and
virtualization, and their images.

Obtained from:	The FreeBSD Dutch Documentation Project
Facilitated by:	Snow B.V.
@
text
@a3 1
# Gebaseerd op: 1.97
d5 4
a8 1
# Build the FreeBSD Dutch Handbook.
d55 1
d57 1
a61 1
IMAGES_EN+= install/desktop.scr
a115 1
IMAGES_EN+= install/xf86setup.scr
d191 5
d197 1
a197 1
# 
d242 1
a242 1
SRCS+= chapters.ent 
@


1.10
log
@- Revert the two screenshots back to avoid the inconsistent content
  until the translation teams to update their files.

Suggested by:	blackend, Ganbold
@
text
@d139 38
d213 1
d231 1
@


1.9
log
@Remove the deprecated item(IMAGES_EN+= install/desktop.scr
install/xf86setup.scr) link of IMAGE_EN to avoid building failure.

Sorry.
@
text
@d58 1
d113 1
@


1.8
log
@Move build targets for book.{ps,pdf} of the handbook to the LI part.
@
text
@a57 1
IMAGES_EN+= install/desktop.scr
a111 1
IMAGES_EN+= install/xf86setup.scr
@


1.7
log
@MFen:

Makefile        1.95  -> 1.97
book.sgml       whitespace fix
colophon.sgml   1.8   -> 1.9
freebsd.dsl     1.20  -> 1.21
basics          1.140 -> 1.143
config          1.213 -> 1.214
cutting-edge    1.220 -> 1.222, typo
disks           1.243 -> 1.245
firewalls       1.62  -> 1.63
geom            1.17  -> 1.21
install         1.330 -> 1.331
kernelconfig    1.159 -> 1.162
linuxemu        1.125 -> 1.126
mirrors         1.398 -> 1.401
network-servers 1.71  -> 1.72
pgpkeys         1.285 -> 1.286
ports           1.247 -> 1.252
security        1.283 -> 1.284
serialcomms     1.108 -> 1.109, whitespace
x11             1.168 -> 1.169

Obtained from:  The FreeBSD Dutch Documentation Project
                (Siebrand Mazeland)
@
text
@d39 1
a204 12
# XXX The Handbook build currently overflows some internal, hardcoded 
# limits in pdftex.  Until we split the Handbook up, build the PDF 
# version using ps2pdf instead of pdftex.

PS2PDF?=	${PREFIX}/bin/ps2pdf

book.tex-pdf:
	${TOUCH} book.tex-pdf

book.pdf: book.ps
	${PS2PDF} book.ps book.pdf

@


1.6
log
@MFen:

basics			1.138 -> 1.140
book.sgml		some fixes
boot			1.59  -> 1.62
config			1.212 -> 1.213
cutting-edge		some fixes
desktop			1.56  -> 1.62
eresources		1.174 -> 1.175
freebsd-glossary	fix capitalization
geom			1.7   -> 1.12
install			1.329 -> 1.330
introduction		some fixes
l10n			1.111 -> 1.115
linuxemu		1.123 -> 1.125
mailing-lists.ent	1.49  -> 1.50
Makefile		some fixes
mirrors			1.386 -> 1.391
multimedia		1.110 -> 1.111
network-servers		1.69  -> 1.70
pgpkeys			1.270 -> 1.277
ports			1.243 -> 1.247
preface			1.29  -> 1.30
security		1.281 -> 1.282
users			1.52  -> 1.53
x11			1.166 -> 1.167

Obtained from:		The FreeBSD Dutch Documentation Project
			(Siebrand Mazeland <siebrand dot mazeland at xs4all dot nl>
@
text
@d3 2
a4 2
# $FreeBSDnl: nl_NL.ISO8859-1/books/handbook/Makefile,v 1.16 2005/10/04 21:17:40 siebrand Exp $
# Gebaseerd op: 1.95 (sortof)
d14 1
a14 1
#		 	alleen PGP vingerafdrukken weer.  Als het gewenst
d30 1
a30 1
.PATH: ${.CURDIR}/../../share/sgml/glossary/
d32 1
a32 1
MAINTAINER=remko@@FreeBSD.org
a38 1
WITH_GLOSSARY?=
d151 1
a151 1
#
d157 1
a157 1
SRCS=  audit/chapter.sgml
d164 1
a165 1
SRCS+= boot/chapter.sgml
d194 1
a194 1
SRCS+= chapters.ent
d204 2
a205 2
# XXX The Handbook build currently overflows some internal, hardcoded
# limits in pdftex.  Until we split the Handbook up, build the PDF
d217 1
a217 2
	@@${JADE} -V nochunks ${JADEOPTS} -d ${DSLPGP} -t sgml ${MASTERDOC}

d227 1
a227 1
DOC_PREFIX?= ${.CURDIR}/../../..
d229 28
a256 9
.for p in ftp cvsup
SRCS+= mirrors.sgml.${p}.inc
CLEANFILES+= mirrors.sgml.${p}.inc
CLEANFILES+= mirrors.sgml.${p}.inc.tmp
.endfor

SRCS+= eresources.sgml.www.inc
CLEANFILES+= eresources.sgml.www.inc
CLEANFILES+= eresources.sgml.www.inc.tmp
d261 1
a261 7
mirrors.sgml.${p}.inc: ${XML_MIRRORS} ${XSL_MIRRORS}
	${XSLTPROC} ${XSLTPROCOPTS} \
	    -o $@@.tmp \
	    --param 'type' "'$p'" \
	    --param 'proto' "'$p'" \
	    --param 'target' "'handbook/mirrors/chapter.sgml'" \
	    ${XSL_MIRRORS} ${XML_MIRRORS}
a263 1
	${RM} -f $@@.tmp
d266 1
a266 7
eresources.sgml.www.inc: ${XML_MIRRORS} ${XSL_MIRRORS}
	${XSLTPROC} ${XSLTPROCOPTS} \
	    -o $@@.tmp \
	    --param 'type' "'www'" \
	    --param 'proto' "'http'" \
	    --param 'target' "'handbook/eresources/chapter.sgml'" \
	    ${XSL_MIRRORS} ${XML_MIRRORS}
a268 1
	${RM} -f $@@.tmp
@


1.5
log
@Update the Dutch Documentation:
MFen:

Config		1.210	-> 1.211
Disks		1.240	-> 1.241
Eresources	1.171	-> 1.172
Makefile	1.94	-> 1.95
Mailing-lists	1.45	-> 1.47
Multimedia	1.107	-> 1.110
Pgpkeys		1.267	-> 1.268
Ports		1.242	-> 1.243
X11		1.165	-> 1.166

freebsd.dsl	typo fixed
Basics		Typo corrections
Preface		Correct inconsistencies
Geom		Add new version based on: 1.7
Audit		Add Placeholder. (Not yet translated).
		Not yet hooked to the build.

Obtained from:	The FreeBSD Dutch Documentation Project (Siebrand Mazeland)
@
text
@d3 1
a3 1
# $FreeBSDnl: nl_NL.ISO8859-1/books/handbook/Makefile,v 1.14 2005/08/15 20:54:56 siebrand Exp $
@


1.4
log
@Import security chapter based on 1.251.
Update the following files:
Makefile -> 1.91
book.sgml -> 1.158
bookinfo.ent -> 1.4
books.ent -> 1.1
catalog -> 1.5
freebsd.dsl -> 1.20
freebsd-glossary.sgml -> 1.20
l10n.ent -> 1.2
mailing-lists.ent -> 1.38

Placeholder updates:
advanced-networking (split network-servers)
mac (mac-glossary -> mac-inline-glossary for the freebsd-glossary.sgml)

This will also enable the network-servers chapter and the firewalls chapter.

Obtained from:	The FreeBSD Dutch Documentation Project
Approved by:	simon (mentor)
@
text
@d3 2
a4 2
# $FreeBSDnl: nl_NL.ISO8859-1/books/handbook/Makefile,v 1.11 2004/12/15 00:15:19 siebrand Exp $
# Gebaseerd op: 1.91 (sortof)
d49 1
d158 2
a159 1
SRCS=  book.sgml
d172 1
@


1.3
log
@Change the maintainer to reflect my FreeBSD.org address.

Approved by:	simon (mentor)
@
text
@d1 1
a1 1
# 
d3 2
d9 23
d38 3
d151 1
a151 1
# 
d159 1
d169 1
d179 1
d192 1
a192 1
SRCS+= chapters.ent 
a199 1
.if defined(WITH_GLOSSARY) && !empty(WITH_GLOSSARY)
a200 1
.endif
d202 2
a203 2
# XXX The Handbook build currently overflows some internal, hardcoded 
# limits in pdftex.  Until we split the Handbook up, build the PDF 
d225 1
@


1.2
log
@Import the current status of the work of the Dutch Documentation Project.
Note, all files that were not 100% translated and reviewed have been
replaced by placeholders.

Thanks to the Dutch Documentation Project for all the nice work and
thanks to Remko Lodder <remko@@elvandar.org> for helping me to coordinate
the work between FreeBSD Documentation Project and the Dutch Documentation
Project.
@
text
@d7 1
a7 1
MAINTAINER=remko@@elvandar.org
@


1.1
log
@Add Dutch handbook bmake glue.
@
text
@d4 1
a4 1
# Build the FreeBSD Handbook.
d7 1
a7 1
MAINTAINER=asmodai@@FreeBSD.org
d16 107
d130 1
d137 1
d145 1
d148 1
d150 1
d152 1
a155 1
SRCS+= sound/chapter.sgml
d157 1
a158 2
SRCS+= ports/chapter.sgml
SRCS+= colophon.sgml
d163 33
d197 11
d209 24
@

