aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/books/design-44bsd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ja_JP.eucJP/books/design-44bsd/Makefile')
-rw-r--r--ja_JP.eucJP/books/design-44bsd/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/ja_JP.eucJP/books/design-44bsd/Makefile b/ja_JP.eucJP/books/design-44bsd/Makefile
deleted file mode 100644
index 2ebd2060f8..0000000000
--- a/ja_JP.eucJP/books/design-44bsd/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $FreeBSD$
-# Original revision: 1.2
-
-DOC?= book
-
-FORMATS?= html
-
-IMAGES= fig1.eps fig2.eps
-
-INSTALL_COMPRESSED?=gz
-INSTALL_ONLY_COMPRESSED?=
-
-NO_TIDY= YES
-
-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"