- Add new Brazilian Portuguese translation of the new-users article
PR: docs/170965 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
e8cdf505c3
commit
aa61781c33
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39507
3 changed files with 1248 additions and 0 deletions
pt_BR.ISO8859-1/articles
|
@ -14,6 +14,7 @@ SUBDIR+= contributing-ports
|
|||
SUBDIR+= explaining-bsd
|
||||
SUBDIR+= freebsd-questions
|
||||
SUBDIR+= linux-users
|
||||
SUBDIR+= new-users
|
||||
SUBDIR+= problem-reports
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../..
|
||||
|
|
24
pt_BR.ISO8859-1/articles/new-users/Makefile
Normal file
24
pt_BR.ISO8859-1/articles/new-users/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
#
|
||||
# The FreeBSD Documentation Project
|
||||
# The FreeBSD Brazilian Portuguese Documentation Project
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# Original revision: r38826
|
||||
#
|
||||
# Article: For People New to Both FreeBSD and Unix
|
||||
|
||||
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"
|
1223
pt_BR.ISO8859-1/articles/new-users/article.sgml
Normal file
1223
pt_BR.ISO8859-1/articles/new-users/article.sgml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue