doc/ja_JP.eucJP/books/faq/Makefile

30 lines
475 B
Makefile
Raw Normal View History

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