o Set up initial Brazilian Portuguese translation books directory
and Makefile o Start with handbook subdirectory Approved by: phantom (mentor) Reviewed by: keramida Original revision: 1.10
This commit is contained in:
parent
133551d2e9
commit
7ff39be88a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11964
1 changed files with 20 additions and 0 deletions
20
pt_BR.ISO8859-1/books/Makefile
Normal file
20
pt_BR.ISO8859-1/books/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# The FreeBSD Documentation Project
|
||||
# The FreeBSD Brazilian Portuguese Documentation Project
|
||||
#
|
||||
# Original revision: 1.10
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
#SUBDIR = corp-net-guide
|
||||
#SUBDIR+= design-44bsd
|
||||
#SUBDIR+= developers-handbook
|
||||
#SUBDIR+= faq
|
||||
#SUBDIR+= fdp-primer
|
||||
SUBDIR+= handbook
|
||||
#SUBDIR+= porters-handbook
|
||||
#SUBDIR+= ppp-primer
|
||||
|
||||
ROOT_SYMLINKS= handbook
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../..
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
Loading…
Reference in a new issue