1071403c8e
Translated by: Benedikt Koehler Obtained from: FreeBSD German Documentation Project
37 lines
798 B
Makefile
37 lines
798 B
Makefile
#
|
|
# $FreeBSD$
|
|
# $FreeBSDde: de-docproj/books/handbook/Makefile,v 1.5 2001/06/12 09:04:48 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+= ports/chapter.sgml
|
|
SRCS+= sound/chapter.sgml
|
|
SRCS+= users/chapter.sgml
|
|
|
|
# Entities
|
|
SRCS+= ../../../en_US.ISO8859-1/books/handbook/authors.ent
|
|
SRCS+= chapters.ent
|
|
SRCS+= newsgroups.ent
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|