From 70447a99c2d699d704bbd56c650cdb428b747072 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Tue, 1 Oct 2002 03:03:19 +0000 Subject: 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 --- pt_BR.ISO8859-1/books/faq/Makefile | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pt_BR.ISO8859-1/books/faq/Makefile (limited to 'pt_BR.ISO8859-1/books/faq') 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" -- cgit v1.2.3