aboutsummaryrefslogtreecommitdiff
path: root/de_DE.ISO8859-1/books/faq/Makefile
diff options
context:
space:
mode:
authorDoc Manager <doceng@FreeBSD.org>2001-10-15 00:38:33 +0000
committerDoc Manager <doceng@FreeBSD.org>2001-10-15 00:38:33 +0000
commit27bbf0567952ab94abdc4d3c47ddb746fdf0e5c5 (patch)
treeae9c1a43b250586a0a27feac81ab838c47061f32 /de_DE.ISO8859-1/books/faq/Makefile
parentb70164b491dbbccc8bfb702e197b156a33d47a1a (diff)
downloaddoc-ISBN_1-57176-303-1.tar.gz
doc-ISBN_1-57176-303-1.zip
Create tag 'ISBN_1-57176-303-1'.ISBN_1-57176-303-1
Diffstat (limited to 'de_DE.ISO8859-1/books/faq/Makefile')
-rw-r--r--de_DE.ISO8859-1/books/faq/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/de_DE.ISO8859-1/books/faq/Makefile b/de_DE.ISO8859-1/books/faq/Makefile
deleted file mode 100644
index 550f528d16..0000000000
--- a/de_DE.ISO8859-1/books/faq/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-#
-# The FreeBSD Documentation Project
-# The FreeBSD German Documentation Project
-#
-# Build the FreeBSD FAQ in the German translation
-#
-# $FreeBSD: doc/de_DE.ISO_8859-1/books/faq/Makefile,v 1.1 2001/02/01 21:29:56 alex Exp $
-# $FreeBSDde: de-docproj/books/faq/Makefile,v 1.5 2001/05/20 22:15:47 ue Exp $
-#
-
-MAINTAINER=de-bsd-translators@DE.FreeBSD.org
-
-DOC?= book
-
-FORMATS?= html-split html
-
-INSTALL_COMPRESSED?= gz
-INSTALL_ONLY_COMPRESSED?=
-
-JADEFLAGS+=-Vbiblio-xref-title
-
-#
-# 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
-
-DOC_PREFIX?= ${.CURDIR}/../../..
-
-.include "${DOC_PREFIX}/share/mk/doc.project.mk"