21d1b45894
encoding. This is a band aid fix, just to get it built, and will be fixed properly in the next day or so, when I can properly analyze the problem. Now to read the e-mail this has generated. . .
29 lines
475 B
Makefile
29 lines
475 B
Makefile
#
|
|
# $Id: Makefile,v 1.3 1999-08-26 19:01:18 nik Exp $
|
|
#
|
|
# Build the FreeBSD FAQ
|
|
#
|
|
|
|
MAINTAINER=kuriyama@FreeBSD.ORG
|
|
|
|
JADEFLAGS= -ilang.ja
|
|
TIDYFLAGS= -raw
|
|
|
|
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"
|