- Add new Brazilian Portuguese translation of portbuild article
Submitted by: Antonio Pessoa <atnpessoa@gmail.com> Obtained from: The FreeBSD Brazilian Portuguese Documentation Project (http://doc.fug.com.br) Approved by: gabor (mentor)
This commit is contained in:
parent
89b4598d02
commit
5364673292
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39892
3 changed files with 3257 additions and 0 deletions
|
@ -18,6 +18,7 @@ SUBDIR+= freebsd-update-server
|
|||
SUBDIR+= hubs
|
||||
SUBDIR+= linux-users
|
||||
SUBDIR+= new-users
|
||||
SUBDIR+= portbuild
|
||||
SUBDIR+= problem-reports
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../..
|
||||
|
|
21
pt_BR.ISO8859-1/articles/portbuild/Makefile
Normal file
21
pt_BR.ISO8859-1/articles/portbuild/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# The FreeBSD Documentation Project
|
||||
# The FreeBSD Brazilian Portuguese Documentation Project
|
||||
#
|
||||
# Article: Portbuild Procedure
|
||||
# Original revision: r39631
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DOC?= article
|
||||
|
||||
FORMATS?= html html-split
|
||||
WITH_ARTICLE_TOC?= YES
|
||||
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
SRCS= article.xml
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
3235
pt_BR.ISO8859-1/articles/portbuild/article.xml
Normal file
3235
pt_BR.ISO8859-1/articles/portbuild/article.xml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue