From 0bed4a7f13a3c55a9cd4d0ebd13f4d925b6cc484 Mon Sep 17 00:00:00 2001 From: Jesus Rodriguez Cuesta Date: Sun, 28 May 2000 19:14:07 +0000 Subject: [PATCH] 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. --- es_ES.ISO8859-1/books/handbook/Makefile | 59 ++++++++++++++++++++++++ es_ES.ISO_8859-1/books/handbook/Makefile | 59 ++++++++++++++++++++++++ 2 files changed, 118 insertions(+) create mode 100755 es_ES.ISO8859-1/books/handbook/Makefile create mode 100755 es_ES.ISO_8859-1/books/handbook/Makefile diff --git a/es_ES.ISO8859-1/books/handbook/Makefile b/es_ES.ISO8859-1/books/handbook/Makefile new file mode 100755 index 0000000000..dbcc596997 --- /dev/null +++ b/es_ES.ISO8859-1/books/handbook/Makefile @@ -0,0 +1,59 @@ +# +# $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/Makefile,v 1.26 1999/09/06 06:52:44 peter Exp $ +# +# Build the FreeBSD Handbook. +# + +MAINTAINER=jesusr@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 +SRCS+= advanced-networking/chapter.sgml +SRCS+= backups/chapter.sgml +SRCS+= basics/chapter.sgml +SRCS+= bibliography/chapter.sgml +SRCS+= contrib/chapter.sgml +SRCS+= cutting-edge/chapter.sgml +SRCS+= disks/chapter.sgml +SRCS+= eresources/chapter.sgml +SRCS+= hw/chapter.sgml +SRCS+= install/chapter.sgml +SRCS+= internals/chapter.sgml +SRCS+= introduction/chapter.sgml +SRCS+= kernelconfig/chapter.sgml +SRCS+= kerneldebug/chapter.sgml +SRCS+= kernelopts/chapter.sgml +SRCS+= l10n/chapter.sgml +SRCS+= linuxemu/chapter.sgml +SRCS+= mail/chapter.sgml +SRCS+= mirrors/chapter.sgml +SRCS+= pgpkeys/chapter.sgml +SRCS+= policies/chapter.sgml +SRCS+= ppp-and-slip/chapter.sgml +SRCS+= printing/chapter.sgml +SRCS+= quotas/chapter.sgml +SRCS+= security/chapter.sgml +SRCS+= serialcomms/chapter.sgml +SRCS+= staff/chapter.sgml +SRCS+= x11/chapter.sgml +SRCS+= ports/chapter.sgml + +# Entities +SRCS+= authors.ent +SRCS+= chapters.ent +SRCS+= mailing-lists.ent + +DOC_PREFIX?= ${.CURDIR}/../../.. +.include "${DOC_PREFIX}/share/mk/doc.project.mk" diff --git a/es_ES.ISO_8859-1/books/handbook/Makefile b/es_ES.ISO_8859-1/books/handbook/Makefile new file mode 100755 index 0000000000..dbcc596997 --- /dev/null +++ b/es_ES.ISO_8859-1/books/handbook/Makefile @@ -0,0 +1,59 @@ +# +# $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/Makefile,v 1.26 1999/09/06 06:52:44 peter Exp $ +# +# Build the FreeBSD Handbook. +# + +MAINTAINER=jesusr@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 +SRCS+= advanced-networking/chapter.sgml +SRCS+= backups/chapter.sgml +SRCS+= basics/chapter.sgml +SRCS+= bibliography/chapter.sgml +SRCS+= contrib/chapter.sgml +SRCS+= cutting-edge/chapter.sgml +SRCS+= disks/chapter.sgml +SRCS+= eresources/chapter.sgml +SRCS+= hw/chapter.sgml +SRCS+= install/chapter.sgml +SRCS+= internals/chapter.sgml +SRCS+= introduction/chapter.sgml +SRCS+= kernelconfig/chapter.sgml +SRCS+= kerneldebug/chapter.sgml +SRCS+= kernelopts/chapter.sgml +SRCS+= l10n/chapter.sgml +SRCS+= linuxemu/chapter.sgml +SRCS+= mail/chapter.sgml +SRCS+= mirrors/chapter.sgml +SRCS+= pgpkeys/chapter.sgml +SRCS+= policies/chapter.sgml +SRCS+= ppp-and-slip/chapter.sgml +SRCS+= printing/chapter.sgml +SRCS+= quotas/chapter.sgml +SRCS+= security/chapter.sgml +SRCS+= serialcomms/chapter.sgml +SRCS+= staff/chapter.sgml +SRCS+= x11/chapter.sgml +SRCS+= ports/chapter.sgml + +# Entities +SRCS+= authors.ent +SRCS+= chapters.ent +SRCS+= mailing-lists.ent + +DOC_PREFIX?= ${.CURDIR}/../../.. +.include "${DOC_PREFIX}/share/mk/doc.project.mk"