doc/fr_FR.ISO8859-1/books/porters-handbook/Makefile
Sebastien Gioria 7517d83e62 Initial skeleton for the porters-handbook translations
Actually, not connected to the build
2004-05-24 20:15:04 +00:00

30 lines
537 B
Makefile

#
# $FreeBSD$
# Original revision: 1.4
#
# Build the FreeBSD Porter's Handbook.
#
MAINTAINER=gioria@FreeBSD.org
DOC?= book
FORMATS?= html-split
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
# Use the local DSSSL file
DSLHTML?= ${.CURDIR}/freebsd.dsl
DSLPRINT?= ${.CURDIR}/freebsd.dsl
DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"