06db5bcf1d
* content synchronized with en_US document (r52873) * book.xml converted to .po * .po file was translated to pt_BR * .po and .xml file has been set to UTF-8 encoding * information about volunteers who translated and/or revised the document was added to the header of the .po file. Obtained from: The FreeBSD Brazilian Portuguese Documentation Project
15 lines
312 B
Makefile
15 lines
312 B
Makefile
# The FreeBSD Documentation Project
|
|
# The FreeBSD Brazilian Portuguese Documentation Project
|
|
#
|
|
# Original revision: 1.10
|
|
#
|
|
# $FreeBSD$
|
|
|
|
SUBDIR+= dev-model
|
|
SUBDIR+= faq
|
|
SUBDIR+= fdp-primer
|
|
SUBDIR+= handbook
|
|
SUBDIR+= porters-handbook
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|