1999-08-19 00:18:16 +02:00
|
|
|
#
|
1999-08-26 21:01:18 +02:00
|
|
|
# $Id: Makefile,v 1.3 1999-08-26 19:01:18 nik Exp $
|
1999-08-19 00:18:16 +02:00
|
|
|
#
|
|
|
|
# Build the FreeBSD FAQ
|
|
|
|
#
|
|
|
|
|
|
|
|
MAINTAINER=kuriyama@FreeBSD.ORG
|
|
|
|
|
1999-08-26 21:01:18 +02:00
|
|
|
JADEFLAGS= -ilang.ja
|
1999-08-23 17:33:55 +02:00
|
|
|
TIDYFLAGS= -raw
|
|
|
|
|
1999-08-19 00:18:16 +02:00
|
|
|
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"
|