aboutsummaryrefslogtreecommitdiff
path: root/it_IT.ISO8859-15/books/unix-introduction/commands/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'it_IT.ISO8859-15/books/unix-introduction/commands/Makefile')
-rw-r--r--it_IT.ISO8859-15/books/unix-introduction/commands/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/it_IT.ISO8859-15/books/unix-introduction/commands/Makefile b/it_IT.ISO8859-15/books/unix-introduction/commands/Makefile
deleted file mode 100644
index 9e43471cf7..0000000000
--- a/it_IT.ISO8859-15/books/unix-introduction/commands/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-#
-# $FreeBSD$
-#
-#
-
-DOC?= book
-
-FORMATS?= html
-
-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= chapter.sgml
-
-DOC_PREFIX?= ${.CURDIR}/../../..
-
-.include "${DOC_PREFIX}/share/mk/doc.project.mk" \ No newline at end of file