diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2012-09-05 05:38:11 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2012-09-05 05:38:11 +0000 |
commit | fc2846b5be2cb7ddf3159c3fabf1c077bc987eef (patch) | |
tree | 166d6a720b65af6d513d253ca5b62b85bb5e1304 /pt_BR.ISO8859-1/articles/problem-reports/Makefile | |
parent | 9a5f564703c2847626554630a11c9d91f46e8b64 (diff) | |
download | doc-fc2846b5be2cb7ddf3159c3fabf1c077bc987eef.tar.gz doc-fc2846b5be2cb7ddf3159c3fabf1c077bc987eef.zip |
- Add new Brazilian Portuguese translation of the problem-reports article
PR: docs/170672
Submitted by: Edson Brandi <ebrandi@fugspbr.org>
Obtained from: The FreeBSD Brazilian Portuguese Documentation Project
(http://doc.fug.com.br)
Notes
Notes:
svn path=/head/; revision=39503
Diffstat (limited to 'pt_BR.ISO8859-1/articles/problem-reports/Makefile')
-rw-r--r-- | pt_BR.ISO8859-1/articles/problem-reports/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
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" |