Enabling the build for new translated articles

Approved by: gabor (mentor, implicit)
This commit is contained in:
Edson Brandi 2018-09-06 01:18:40 +00:00
parent 8d4d8b3381
commit 0fc6d63fef
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52226

View file

@ -1,23 +1,30 @@
#
# Build the FreeBSD FAQ
#
# The FreeBSD Documentation Project
# The FreeBSD Brazilian Portuguese Documentation Project
#
# Original revision: r38826
#
# $FreeBSD$
SUBDIR =
SUBDIR+= building-products
SUBDIR+= contributing
SUBDIR+= cups
SUBDIR+= explaining-bsd
SUBDIR+= fonts
SUBDIR+= freebsd-questions
SUBDIR+= freebsd-update-server
SUBDIR+= hubs
SUBDIR+= ipsec-must
SUBDIR+= ldap-auth
SUBDIR+= leap-seconds
SUBDIR+= linux-emulation
SUBDIR+= linux-users
SUBDIR+= mailing-list-faq
SUBDIR+= nanobsd
SUBDIR+= new-users
SUBDIR+= port-mentor-guidelines
SUBDIR+= pr-guidelines
SUBDIR+= problem-reports
SUBDIR+= remote-install
DOC_PREFIX?= ${.CURDIR}/../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"