aboutsummaryrefslogtreecommitdiff
path: root/it_IT.ISO8859-15
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2003-03-19 19:13:24 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2003-03-19 19:13:24 +0000
commitd37d51bcefcb3789009912c1d42ec58c3f091545 (patch)
treeff0680b32fbd7988a1a57cf5398d22527faf0341 /it_IT.ISO8859-15
parent7ddf4cfda03e141beaf00d5c49e5ba6084192daf (diff)
Notes
Diffstat (limited to 'it_IT.ISO8859-15')
-rw-r--r--it_IT.ISO8859-15/books/unix-introduction/Makefile4
-rw-r--r--it_IT.ISO8859-15/books/unix-introduction/bibliography/Makefile23
-rw-r--r--it_IT.ISO8859-15/books/unix-introduction/command-summary/Makefile23
-rw-r--r--it_IT.ISO8859-15/books/unix-introduction/commands/Makefile23
-rw-r--r--it_IT.ISO8859-15/books/unix-introduction/editors/Makefile23
-rw-r--r--it_IT.ISO8859-15/books/unix-introduction/getting-started/Makefile23
-rw-r--r--it_IT.ISO8859-15/books/unix-introduction/glossary/Makefile23
-rw-r--r--it_IT.ISO8859-15/books/unix-introduction/history/Makefile23
-rw-r--r--it_IT.ISO8859-15/books/unix-introduction/preface/Makefile23
-rw-r--r--it_IT.ISO8859-15/books/unix-introduction/shell-programming/Makefile23
-rw-r--r--it_IT.ISO8859-15/books/unix-introduction/shells/Makefile23
-rw-r--r--it_IT.ISO8859-15/books/unix-introduction/special-features/Makefile23
-rw-r--r--it_IT.ISO8859-15/books/unix-introduction/structure/Makefile23
-rw-r--r--it_IT.ISO8859-15/books/unix-introduction/system-resource/Makefile23
-rw-r--r--it_IT.ISO8859-15/books/unix-introduction/text-processing/Makefile23
15 files changed, 324 insertions, 2 deletions
diff --git a/it_IT.ISO8859-15/books/unix-introduction/Makefile b/it_IT.ISO8859-15/books/unix-introduction/Makefile
index 35e9e24316..b165597454 100644
--- a/it_IT.ISO8859-15/books/unix-introduction/Makefile
+++ b/it_IT.ISO8859-15/books/unix-introduction/Makefile
@@ -27,7 +27,7 @@ SRCS+= editors/chapter.sgml
SRCS+= getting-started/chapter.sgml
SRCS+= glossary/chapter.sgml
SRCS+= history/chapter.sgml
-SRCS+= preface/preface.sgml
+SRCS+= preface/chapter.sgml
SRCS+= shell-programming/chapter.sgml
SRCS+= shells/chapter.sgml
SRCS+= special-features/chapter.sgml
@@ -40,4 +40,4 @@ SRCS+= chapters.ent
DOC_PREFIX?= ${.CURDIR}/../../..
-.include "${DOC_PREFIX}/share/mk/doc.project.mk" \ No newline at end of file
+.include "${DOC_PREFIX}/share/mk/doc.project.mk"
diff --git a/it_IT.ISO8859-15/books/unix-introduction/bibliography/Makefile b/it_IT.ISO8859-15/books/unix-introduction/bibliography/Makefile
new file mode 100644
index 0000000000..9e43471cf7
--- /dev/null
+++ b/it_IT.ISO8859-15/books/unix-introduction/bibliography/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
diff --git a/it_IT.ISO8859-15/books/unix-introduction/command-summary/Makefile b/it_IT.ISO8859-15/books/unix-introduction/command-summary/Makefile
new file mode 100644
index 0000000000..9e43471cf7
--- /dev/null
+++ b/it_IT.ISO8859-15/books/unix-introduction/command-summary/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
diff --git a/it_IT.ISO8859-15/books/unix-introduction/commands/Makefile b/it_IT.ISO8859-15/books/unix-introduction/commands/Makefile
new file mode 100644
index 0000000000..9e43471cf7
--- /dev/null
+++ b/it_IT.ISO8859-15/books/unix-introduction/commands/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
diff --git a/it_IT.ISO8859-15/books/unix-introduction/editors/Makefile b/it_IT.ISO8859-15/books/unix-introduction/editors/Makefile
new file mode 100644
index 0000000000..9e43471cf7
--- /dev/null
+++ b/it_IT.ISO8859-15/books/unix-introduction/editors/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
diff --git a/it_IT.ISO8859-15/books/unix-introduction/getting-started/Makefile b/it_IT.ISO8859-15/books/unix-introduction/getting-started/Makefile
new file mode 100644
index 0000000000..9e43471cf7
--- /dev/null
+++ b/it_IT.ISO8859-15/books/unix-introduction/getting-started/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
diff --git a/it_IT.ISO8859-15/books/unix-introduction/glossary/Makefile b/it_IT.ISO8859-15/books/unix-introduction/glossary/Makefile
new file mode 100644
index 0000000000..9e43471cf7
--- /dev/null
+++ b/it_IT.ISO8859-15/books/unix-introduction/glossary/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
diff --git a/it_IT.ISO8859-15/books/unix-introduction/history/Makefile b/it_IT.ISO8859-15/books/unix-introduction/history/Makefile
new file mode 100644
index 0000000000..9e43471cf7
--- /dev/null
+++ b/it_IT.ISO8859-15/books/unix-introduction/history/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
diff --git a/it_IT.ISO8859-15/books/unix-introduction/preface/Makefile b/it_IT.ISO8859-15/books/unix-introduction/preface/Makefile
new file mode 100644
index 0000000000..9e43471cf7
--- /dev/null
+++ b/it_IT.ISO8859-15/books/unix-introduction/preface/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
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
diff --git a/it_IT.ISO8859-15/books/unix-introduction/shells/Makefile b/it_IT.ISO8859-15/books/unix-introduction/shells/Makefile
new file mode 100644
index 0000000000..9e43471cf7
--- /dev/null
+++ b/it_IT.ISO8859-15/books/unix-introduction/shells/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
diff --git a/it_IT.ISO8859-15/books/unix-introduction/special-features/Makefile b/it_IT.ISO8859-15/books/unix-introduction/special-features/Makefile
new file mode 100644
index 0000000000..9e43471cf7
--- /dev/null
+++ b/it_IT.ISO8859-15/books/unix-introduction/special-features/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
diff --git a/it_IT.ISO8859-15/books/unix-introduction/structure/Makefile b/it_IT.ISO8859-15/books/unix-introduction/structure/Makefile
new file mode 100644
index 0000000000..9e43471cf7
--- /dev/null
+++ b/it_IT.ISO8859-15/books/unix-introduction/structure/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
diff --git a/it_IT.ISO8859-15/books/unix-introduction/system-resource/Makefile b/it_IT.ISO8859-15/books/unix-introduction/system-resource/Makefile
new file mode 100644
index 0000000000..9e43471cf7
--- /dev/null
+++ b/it_IT.ISO8859-15/books/unix-introduction/system-resource/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
diff --git a/it_IT.ISO8859-15/books/unix-introduction/text-processing/Makefile b/it_IT.ISO8859-15/books/unix-introduction/text-processing/Makefile
new file mode 100644
index 0000000000..9e43471cf7
--- /dev/null
+++ b/it_IT.ISO8859-15/books/unix-introduction/text-processing/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