aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-10-01 03:03:19 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-10-01 03:03:19 +0000
commit70447a99c2d699d704bbd56c650cdb428b747072 (patch)
treedd69c2bb42f32a68fd2ec5d42a1474df19690c56
parenta43544e01c102056a15ed3337e165513d525547e (diff)
downloaddoc-70447a99c2d699d704bbd56c650cdb428b747072.tar.gz
doc-70447a99c2d699d704bbd56c650cdb428b747072.zip
Set up initial Brazilian Portuguese translated faq Makefile
Reviewed by: blackend, keramida, phantom (in principle) Approved by: phantom (mentor) Obtained from: The FreeBSD Brazilian Portuguese Documentation Project Original revision: 1.7
Notes
Notes: svn path=/head/; revision=14448
-rw-r--r--pt_BR.ISO8859-1/books/faq/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/pt_BR.ISO8859-1/books/faq/Makefile b/pt_BR.ISO8859-1/books/faq/Makefile
new file mode 100644
index 0000000000..3b81d340c0
--- /dev/null
+++ b/pt_BR.ISO8859-1/books/faq/Makefile
@@ -0,0 +1,32 @@
+#
+# $FreeBSD$
+#
+# Build the FreeBSD FAQ
+#
+# The FreeBSD Documentation Project
+# The FreeBSD Brazilian Portuguese Documentation Project
+#
+# Original revision: 1.7
+#
+
+MAINTAINER=lioux@FreeBSD.org
+
+DOC?= book
+
+FORMATS?= html-split html
+
+INSTALL_COMPRESSED?= gz
+INSTALL_ONLY_COMPRESSED?=
+
+JADEFLAGS+=-Vbiblio-xref-title
+#
+# 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
+
+DOC_PREFIX?= ${.CURDIR}/../../..
+
+.include "${DOC_PREFIX}/share/mk/doc.project.mk"