From 6d73649fa37114d9b8df3b767506a655b5770a5e Mon Sep 17 00:00:00 2001 From: Nik Clayton <nik@FreeBSD.org> Date: Tue, 17 Aug 1999 21:52:02 +0000 Subject: [PATCH] Framework to build the DocBook FAQ. --- en_US.ISO8859-1/books/faq/Makefile | 26 ++++++++++++++++++++++++++ en_US.ISO_8859-1/books/faq/Makefile | 26 ++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 en_US.ISO8859-1/books/faq/Makefile create mode 100644 en_US.ISO_8859-1/books/faq/Makefile diff --git a/en_US.ISO8859-1/books/faq/Makefile b/en_US.ISO8859-1/books/faq/Makefile new file mode 100644 index 0000000000..082b001e91 --- /dev/null +++ b/en_US.ISO8859-1/books/faq/Makefile @@ -0,0 +1,26 @@ +# +# $Id: Makefile,v 1.1 1999-08-17 21:52:02 nik Exp $ +# +# Build the FreeBSD FAQ +# + +MAINTAINER=nik@FreeBSD.ORG + +DOC?= book + +FORMATS?= html-split html + +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 + +DOC_PREFIX?= ../../.. + +.include "../../../share/mk/docproj.docbook.mk" diff --git a/en_US.ISO_8859-1/books/faq/Makefile b/en_US.ISO_8859-1/books/faq/Makefile new file mode 100644 index 0000000000..082b001e91 --- /dev/null +++ b/en_US.ISO_8859-1/books/faq/Makefile @@ -0,0 +1,26 @@ +# +# $Id: Makefile,v 1.1 1999-08-17 21:52:02 nik Exp $ +# +# Build the FreeBSD FAQ +# + +MAINTAINER=nik@FreeBSD.ORG + +DOC?= book + +FORMATS?= html-split html + +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 + +DOC_PREFIX?= ../../.. + +.include "../../../share/mk/docproj.docbook.mk"