aboutsummaryrefslogtreecommitdiff
path: root/de_DE.ISO8859-1/books/handbook/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'de_DE.ISO8859-1/books/handbook/Makefile')
-rw-r--r--de_DE.ISO8859-1/books/handbook/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/de_DE.ISO8859-1/books/handbook/Makefile b/de_DE.ISO8859-1/books/handbook/Makefile
deleted file mode 100644
index dac832cfe8..0000000000
--- a/de_DE.ISO8859-1/books/handbook/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-#
-# $FreeBSD: doc/de_DE.ISO_8859-1/books/handbook/Makefile,v 1.4 2000/07/30 10:05:59 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
-
-# Entities
-SRCS+= ../../../en_US.ISO_8859-1/books/handbook/authors.ent
-SRCS+= chapters.ent
-SRCS+= newsgroups.ent
-
-# German
-SRCS+= de-authors.ent
-
-DOC_PREFIX?= ${.CURDIR}/../../..
-.include "${DOC_PREFIX}/share/mk/doc.project.mk"