doc/ja_JP.eucJP/books/porters-handbook/Makefile
Hiroki Sato 53e1701b69 o Merge the following from the English version:
1.64  -> 1.115	book.sgml

o Add NO_TIDY and Japanese footer:

	Makefile
	freebsd.dsl
2000-07-16 17:51:49 +00:00

32 lines
653 B
Makefile

#
# $FreeBSD: doc/ja_JP.eucJP/books/porters-handbook/Makefile,v 1.1.1.1 2000/04/29 07:55:15 kuriyama Exp $
#
# Build the FreeBSD Porter's Handbook.
#
# Original revision: 1.1
MAINTAINER=kuriyama@FreeBSD.org
DOC?= book
FORMATS?= html-split
INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=
NO_TIDY= YES
#
# 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
# Use the local DSSSL file
DSLHTML?= ${.CURDIR}/freebsd.dsl
DSLPRINT?= ${.CURDIR}/freebsd.dsl
DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"