Framework to build the DocBook FAQ.

This commit is contained in:
Nik Clayton 1999-08-17 21:52:02 +00:00
parent 35d121c7b7
commit 6d73649fa3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5382
2 changed files with 52 additions and 0 deletions
en_US.ISO8859-1/books/faq
en_US.ISO_8859-1/books/faq

View file

@ -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"

View file

@ -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"