From da214e53ea528d1e5a9794e8ebf00ff9d6089177 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Tue, 9 May 2000 00:31:28 +0000 Subject: [PATCH] Build the porter's handbook --- .../books/porters-handbook/Makefile | 29 +++++++++++++++++++ .../books/porters-handbook/Makefile | 29 +++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 en_US.ISO8859-1/books/porters-handbook/Makefile create mode 100644 en_US.ISO_8859-1/books/porters-handbook/Makefile diff --git a/en_US.ISO8859-1/books/porters-handbook/Makefile b/en_US.ISO8859-1/books/porters-handbook/Makefile new file mode 100644 index 0000000000..4557e616bf --- /dev/null +++ b/en_US.ISO8859-1/books/porters-handbook/Makefile @@ -0,0 +1,29 @@ +# +# $FreeBSD: doc/en_US.ISO_8859-1/books/porter-handbook/Makefile,v 1.1 2000/04/22 23:47:57 nik Exp $ +# +# Build the FreeBSD Porter's Handbook. +# + +MAINTAINER=nik@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 + +DOC_PREFIX?= ${.CURDIR}/../../.. +.include "${DOC_PREFIX}/share/mk/doc.project.mk" diff --git a/en_US.ISO_8859-1/books/porters-handbook/Makefile b/en_US.ISO_8859-1/books/porters-handbook/Makefile new file mode 100644 index 0000000000..4557e616bf --- /dev/null +++ b/en_US.ISO_8859-1/books/porters-handbook/Makefile @@ -0,0 +1,29 @@ +# +# $FreeBSD: doc/en_US.ISO_8859-1/books/porter-handbook/Makefile,v 1.1 2000/04/22 23:47:57 nik Exp $ +# +# Build the FreeBSD Porter's Handbook. +# + +MAINTAINER=nik@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 + +DOC_PREFIX?= ${.CURDIR}/../../.. +.include "${DOC_PREFIX}/share/mk/doc.project.mk"