doc/ja_JP.eucJP/books/faq/Makefile
Nik Clayton 21d1b45894 JADEOPTS -> JADEFLAGS. Should fix the FAQ not appearing in the right
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. . .
1999-08-26 19:01:18 +00:00

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"