From 609c7fb459dac1fb5fef4d9e81941c814241ecf1 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Mon, 29 Dec 2003 04:17:57 +0000 Subject: Set up initial Brazilian Portuguese translated article Makefile Obtained from: The FreeBSD Brazilian Portuguese Documentation Project Original revision: 1.4 --- pt_BR.ISO8859-1/articles/contributing/Makefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pt_BR.ISO8859-1/articles/contributing/Makefile (limited to 'pt_BR.ISO8859-1/articles/contributing/Makefile') diff --git a/pt_BR.ISO8859-1/articles/contributing/Makefile b/pt_BR.ISO8859-1/articles/contributing/Makefile new file mode 100644 index 0000000000..4e8402dbe3 --- /dev/null +++ b/pt_BR.ISO8859-1/articles/contributing/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ +# +# Build the FreeBSD FAQ +# +# The FreeBSD Documentation Project +# The FreeBSD Brazilian Portuguese Documentation Project +# +# Original revision: 1.4 +# + +DOC?= article + +FORMATS?= html + +INSTALL_COMPRESSED?=gz +INSTALL_ONLY_COMPRESSED?= + +WITH_ARTICLE_TOC?=YES + +SRCS= article.sgml + +DOC_PREFIX?= ${.CURDIR}/../../.. + +.include "${DOC_PREFIX}/share/mk/doc.project.mk" -- cgit v1.2.3