- 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)
This commit is contained in:
parent
9a5f564703
commit
fc2846b5be
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39503
3 changed files with 1669 additions and 0 deletions
pt_BR.ISO8859-1/articles
|
@ -11,6 +11,7 @@
|
|||
SUBDIR =
|
||||
SUBDIR+= contributing
|
||||
SUBDIR+= linux-users
|
||||
SUBDIR+= problem-reports
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../..
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||
|
|
24
pt_BR.ISO8859-1/articles/problem-reports/Makefile
Normal file
24
pt_BR.ISO8859-1/articles/problem-reports/Makefile
Normal file
|
@ -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"
|
1644
pt_BR.ISO8859-1/articles/problem-reports/article.sgml
Normal file
1644
pt_BR.ISO8859-1/articles/problem-reports/article.sgml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue