From fc2846b5be2cb7ddf3159c3fabf1c077bc987eef Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Wed, 5 Sep 2012 05:38:11 +0000 Subject: - Add new Brazilian Portuguese translation of the problem-reports article PR: docs/170672 Submitted by: Edson Brandi Obtained from: The FreeBSD Brazilian Portuguese Documentation Project (http://doc.fug.com.br) --- pt_BR.ISO8859-1/articles/problem-reports/Makefile | 24 +++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pt_BR.ISO8859-1/articles/problem-reports/Makefile (limited to 'pt_BR.ISO8859-1/articles/problem-reports/Makefile') diff --git a/pt_BR.ISO8859-1/articles/problem-reports/Makefile b/pt_BR.ISO8859-1/articles/problem-reports/Makefile new file mode 100644 index 0000000000..a63b4aca1a --- /dev/null +++ b/pt_BR.ISO8859-1/articles/problem-reports/Makefile @@ -0,0 +1,24 @@ +# +# The FreeBSD Documentation Project +# The FreeBSD Brazilian Portuguese Documentation Project +# +# $FreeBSD$ +# +# Original revision: r38826 +# +# Article: Writing FreeBSD Problem Reports + +DOC?= article + +FORMATS?= html html-split +WITH_ARTICLE_TOC?= YES + +INSTALL_COMPRESSED?=gz +INSTALL_ONLY_COMPRESSED?= + +SRCS= article.sgml + +URL_RELPREFIX?= ../../../.. +DOC_PREFIX?= ${.CURDIR}/../../.. + +.include "${DOC_PREFIX}/share/mk/doc.project.mk" -- cgit v1.2.3