Set up initial Brazilian Portuguese translation Makefile
Approved by: phantom (mentor) Reviewed by: keramida Original revision: 1.1
This commit is contained in:
parent
2a688b4072
commit
196ccd50dd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11973
1 changed files with 22 additions and 0 deletions
22
pt_BR.ISO8859-1/books/handbook/pgpkeys/Makefile
Normal file
22
pt_BR.ISO8859-1/books/handbook/pgpkeys/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
#
|
||||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# Build the FreeBSD Handbook (Brazilian Portuguese).
|
||||
#
|
||||
# The FreeBSD Documentation Project
|
||||
# The FreeBSD Brazilian Portuguese Documentation Project
|
||||
#
|
||||
# Original revision: 1.1
|
||||
#
|
||||
|
||||
CHAPTERS= pgpkeys/chapter.sgml
|
||||
|
||||
VPATH= ..
|
||||
|
||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||
|
||||
.include "../Makefile"
|
Loading…
Reference in a new issue