doc/de_DE.ISO8859-1/books/handbook/Makefile
Dima Dorfman 78bfef433f Remove authors.ent from SRCS since there's no need for it to be there,
and because the path is liable to change (that's why we have
catalogs).
2001-08-25 21:52:35 +00:00

37 lines
846 B
Makefile

#
# $FreeBSD: doc/de_DE.ISO8859-1/books/handbook/Makefile,v 1.10 2001/07/16 17:59:27 alex Exp $
# $FreeBSDde: de-docproj/books/handbook/Makefile,v 1.7 2001/07/16 18:07:39 alex Exp $
#
# Build the FreeBSD Handbook in its German translation.
#
MAINTAINER=alex@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
SRCS+= backups/chapter.sgml
SRCS+= basics/chapter.sgml
SRCS+= bibliography/chapter.sgml
SRCS+= disks/chapter.sgml
SRCS+= ports/chapter.sgml
SRCS+= sound/chapter.sgml
SRCS+= users/chapter.sgml
# Entities
SRCS+= chapters.ent
SRCS+= newsgroups.ent
DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"