aboutsummaryrefslogtreecommitdiff
path: root/it_IT.ISO8859-15/books/unix-introduction/shell-programming/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'it_IT.ISO8859-15/books/unix-introduction/shell-programming/Makefile')
-rw-r--r--it_IT.ISO8859-15/books/unix-introduction/shell-programming/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/it_IT.ISO8859-15/books/unix-introduction/shell-programming/Makefile b/it_IT.ISO8859-15/books/unix-introduction/shell-programming/Makefile
new file mode 100644
index 0000000000..9e43471cf7
--- /dev/null
+++ b/it_IT.ISO8859-15/books/unix-introduction/shell-programming/Makefile
@@ -0,0 +1,23 @@
+#
+# $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