svn commit: r52226 - head/pt_BR.ISO8859-1/articles

Edson Brandi ebrandi at FreeBSD.org
Thu Sep 6 01:18:41 UTC 2018


Author: ebrandi
Date: Thu Sep  6 01:18:40 2018
New Revision: 52226
URL: https://svnweb.freebsd.org/changeset/doc/52226

Log:
  Enabling the build for new translated articles
  
  Approved by: gabor (mentor, implicit)

Modified:
  head/pt_BR.ISO8859-1/articles/Makefile

Modified: head/pt_BR.ISO8859-1/articles/Makefile
==============================================================================
--- head/pt_BR.ISO8859-1/articles/Makefile	Thu Sep  6 01:10:32 2018	(r52225)
+++ head/pt_BR.ISO8859-1/articles/Makefile	Thu Sep  6 01:18:40 2018	(r52226)
@@ -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"


More information about the svn-doc-all mailing list