o Set up initial Brazilian Portuguese translation articles directory
and Makefile o Start with contributing subdirectory Obtained from: The FreeBSD Brazilian Portuguese Documentation Project Original revision: 1.36
This commit is contained in:
parent
c2dd95c8a2
commit
e03dfa1149
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19342
1 changed files with 15 additions and 0 deletions
15
pt_BR.ISO8859-1/articles/Makefile
Normal file
15
pt_BR.ISO8859-1/articles/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
# Build the FreeBSD FAQ
|
||||
#
|
||||
# The FreeBSD Documentation Project
|
||||
# The FreeBSD Brazilian Portuguese Documentation Project
|
||||
#
|
||||
# Original revision: 1.36
|
||||
#
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR+= contributing
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../..
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
Loading…
Reference in a new issue