aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/books/porters-handbook/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ja_JP.eucJP/books/porters-handbook/Makefile')
-rw-r--r--ja_JP.eucJP/books/porters-handbook/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/ja_JP.eucJP/books/porters-handbook/Makefile b/ja_JP.eucJP/books/porters-handbook/Makefile
deleted file mode 100644
index d91acca642..0000000000
--- a/ja_JP.eucJP/books/porters-handbook/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-#
-# $FreeBSD$
-#
-# Build the FreeBSD Porter's Handbook.
-#
-# Original revision: 1.3
-
-MAINTAINER=kuriyama@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"