head	1.16;
access;
symbols
	RELEASE_8_3_0:1.16
	RELEASE_9_0_0:1.16
	RELEASE_7_4_0:1.16
	RELEASE_8_2_0:1.16
	RELEASE_8_1_0:1.16
	RELEASE_7_3_0:1.16
	RELEASE_8_0_0:1.16
	RELEASE_7_2_0:1.16
	RELEASE_7_1_0:1.15
	RELEASE_6_4_0:1.15
	RELEASE_6_3_0:1.12
	RELEASE_7_0_0:1.12
	RELEASE_6_2_0:1.10
	RELEASE_5_5_0:1.10
	RELEASE_6_1_0:1.10
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	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.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	old_RELEASE_4_3_0:1.2
	old_RELEASE_4_2_0:1.2
	old_RELEASE_4_1_0:1.2
	old_RELEASE_3_5_0:1.2;
locks; strict;
comment	@# @;


1.16
date	2008.11.22.00.27.05;	author carvay;	state Exp;
branches;
next	1.15;

1.15
date	2008.11.07.01.50.34;	author carvay;	state Exp;
branches;
next	1.14;

1.14
date	2008.11.03.02.19.20;	author carvay;	state Exp;
branches;
next	1.13;

1.13
date	2008.02.18.21.03.03;	author carvay;	state Exp;
branches;
next	1.12;

1.12
date	2007.06.28.02.46.37;	author chinsan;	state Exp;
branches;
next	1.11;

1.11
date	2007.06.27.15.42.48;	author chinsan;	state Exp;
branches;
next	1.10;

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

1.9
date	2006.01.19.22.37.06;	author carvay;	state Exp;
branches;
next	1.8;

1.8
date	2005.11.20.23.37.19;	author jesusr;	state Exp;
branches;
next	1.7;

1.7
date	2005.11.12.20.45.30;	author jesusr;	state Exp;
branches;
next	1.6;

1.6
date	2005.11.12.20.06.10;	author jesusr;	state Exp;
branches;
next	1.5;

1.5
date	2004.10.08.23.03.43;	author jesusr;	state Exp;
branches;
next	1.4;

1.4
date	2002.10.14.19.18.27;	author jesusr;	state Exp;
branches;
next	1.3;

1.3
date	2001.06.21.03.38.18;	author chris;	state Exp;
branches;
next	1.2;

1.2
date	2000.05.28.19.21.43;	author jesusr;	state Exp;
branches;
next	1.1;

1.1
date	2000.05.28.19.14.07;	author jesusr;	state Exp;
branches;
next	;


desc
@@


1.16
log
@- 'kernelconfig' synchronized with the original.

- Delete chapters 'kerneldebug' and 'kernelopts'.

- Changes in handbook/Makefile, chapters.ent and
book.sgml to reflect that.

As always, with help from: The FreeBSD Spanish
Documentation Project
@
text
@# 
# $FreeBSD$
# $FreeBSDes: doc/es_ES.ISO8859-1/books/handbook/Makefile,v 1.6 2004/10/08 22:36:28 jesusr Exp $
#
# Build the FreeBSD Handbook.
#
#  The FreeBSD Spanish Documentation Project

#  %SOURCE%   en_US.ISO8859-1/books/handbook/Makefile
#  %SRCID%    0.0


# ------------------------------------------------------------------------
#
# Handbook-specific variables
#
#	WITH_PGPKEYS	The print version of the handbook only prints PGP
#			fingerprints by default.  If you would like for the
#			entire key to be displayed, then set this variable.
#			This option has no affect on the HTML formats.
#			
# Handbook-specific targets
#
#       pgpkeyring      This target will read the contents of
#                       pgpkeys/chapter.sgml and will extract all of
#                       the pgpkeys to standard out.  This output can then
#                       be redirected into a file and distributed as a 
#                       public keyring of FreeBSD developers that can
#                       easily be imported into PGP/GPG.
#
# ------------------------------------------------------------------------

MAINTAINER=	jesusr@@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+= geom/striping.pic
IMAGES_EN+= install/adduser1.scr
IMAGES_EN+= install/adduser2.scr
IMAGES_EN+= install/adduser3.scr
IMAGES_EN+= install/boot-mgr.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/desktop.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+= install/xf86setup.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 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

# 
# 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+= colophon.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+= 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+= updating/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./}

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

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

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

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


1.15
log
@Update the 'Ports' chapter. The new content added
has a link to 'Updating', so being on that we have
a new chapter translated.

With contributions from:

FreeBSD Spanish Documentation Project
@
text
@a176 2
SRCS+= kerneldebug/chapter.sgml
SRCS+= kernelopts/chapter.sgml
@


1.14
log
@- Use %SOURCE% and %SRCID% tags to store the original revisions of the
  translated files. In this way, we will be able to generate the
  list of the outdated files automatically.

Obtained from:  The FreeBSD Hungarian Documentation Project
Inspired by:    The FreeBSD Greek Documentation Project

- Being on that, s/Sin&oacute;psis/Sinopsis/g. One mistake
  repeated many times. Cosmetic change.
@
text
@d193 1
@


1.13
log
@Add new translation of preface chapter.

Add needed empty chapters.

Tiny updates on multimedia/chapter.sgml

Approved by: jesusr@@ (mentor)
@
text
@d7 5
@


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

Suggested by:	blackend, Ganbold
@
text
@d154 1
d170 1
d180 1
d190 1
@


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

Sorry.
@
text
@d54 1
d109 1
@


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


1.9
log
@Add firewalls chapter to the build.
Approved by jesusr (mentor)
@
text
@d35 1
a198 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.8
log
@- Add desktop chapter.
@
text
@d164 1
@


1.7
log
@- Add GEOM chapter.
@
text
@d161 1
@


1.6
log
@- Add MAC chapter
@
text
@d44 1
d163 1
@


1.5
log
@Update to last spanish translations version of the local FreeBSDes repository.
@
text
@d169 1
@


1.4
log
@Let's begin with the big update of the spanish handbook.
@
text
@d3 1
d39 107
d153 1
a156 1
##SRCS+= config/chapter.sgml
d158 1
d165 2
d173 1
d175 1
d180 1
a180 1
##SRCS+= vinum/chapter.sgml
a181 3
SRCS+= ports/chapter.sgml
SRCS+= preface/preface.sgml
SRCS+= colophon.sgml
@


1.3
log
@Move mailing-lists.ent out of the Handbook and into the language-specific
share/sgml directories, create a public identifier for it and replace all
SYSTEM references to the file with PUBLIC references.

There was no repo-copy made of these files as there is no important
history to preserve.
@
text
@d2 1
a2 1
# $FreeBSD: doc/es_ES.ISO8859-1/books/handbook/Makefile,v 1.2 2000/05/28 19:21:43 jesusr Exp $
d7 21
a27 1
MAINTAINER=jesusr@@FreeBSD.org
d33 2
d44 1
a44 1
SRCS=  book.sgml
a45 1
SRCS+= backups/chapter.sgml
d48 2
a49 1
SRCS+= contrib/chapter.sgml
a52 1
SRCS+= hw/chapter.sgml
a53 1
SRCS+= internals/chapter.sgml
a55 2
SRCS+= kerneldebug/chapter.sgml
SRCS+= kernelopts/chapter.sgml
d60 1
a61 1
SRCS+= policies/chapter.sgml
a63 1
SRCS+= quotas/chapter.sgml
d66 2
a67 1
SRCS+= staff/chapter.sgml
d70 2
a73 1
SRCS+= authors.ent 
d76 22
d99 8
@


1.2
log
@$FreeBSD$ tag.
@
text
@d2 1
a2 1
# $FreeBSD$
a55 1
SRCS+= mailing-lists.ent
@


1.1
log
@Let's begin with Spanish handbook structure. I've created
directories structure and i'll commit files content separately.

Spanish handbook will be committed but not included on doc auto
building until completly finished.
@
text
@d2 1
a2 1
# $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/Makefile,v 1.26 1999/09/06 06:52:44 peter Exp $
@

