Enabling the build for new translated articles
Approved by: gabor (mentor, implicit)
This commit is contained in:
parent
8d4d8b3381
commit
0fc6d63fef
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52226
1 changed files with 11 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue