53e1701b69
1.64 -> 1.115 book.sgml o Add NO_TIDY and Japanese footer: Makefile freebsd.dsl
32 lines
653 B
Makefile
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"
|