Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Aug 2016 13:17:47 +0000 (UTC)
From:      Ryusuke SUZUKI <ryusuke@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r49320 - head/ja_JP.eucJP/htdocs/internal
Message-ID:  <201608201317.u7KDHlfv063645@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ryusuke
Date: Sat Aug 20 13:17:46 2016
New Revision: 49320
URL: https://svnweb.freebsd.org/changeset/doc/49320

Log:
  - Merge the following from the English version:
  
  	r41462 -> r49210	head/ja_JP.eucJP/htdocs/internal/Makefile

Modified:
  head/ja_JP.eucJP/htdocs/internal/Makefile

Modified: head/ja_JP.eucJP/htdocs/internal/Makefile
==============================================================================
--- head/ja_JP.eucJP/htdocs/internal/Makefile	Sat Aug 20 10:29:18 2016	(r49319)
+++ head/ja_JP.eucJP/htdocs/internal/Makefile	Sat Aug 20 13:17:46 2016	(r49320)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 # The FreeBSD Japanese Documentation Project
-# Original revision: r41462
+# Original revision: r49210
 
 .if exists(../Makefile.conf)
 .include "../Makefile.conf"
@@ -12,6 +12,7 @@
 DOCS+=  about.xml
 #DOCS+=	bylaws.xml
 #DOCS+=	clusteradm.xml
+#DOCS+=	code-of-conduct.xml
 #DOCS+=	core-vote.xml
 #DOCS+= data.xml
 DOCS+=	developer.xml
@@ -27,7 +28,8 @@ DOCS+=  mirror.xml
 #DOCS+=	policies.xml
 #DOCS+=	releng.xml
 #DOCS+=  resources.xml
-DOCS+=	statistic.xml
+#DOCS+=	statistic.xml
+#DOCS+=  software-license.xml
 #DOCS+=	working-with-hats.xml
 
 INDEXLINK=	internal.html
@@ -35,7 +37,7 @@ INDEXLINK=	internal.html
 # build the list of personal homepages of FreeBSD developers only
 # on the main FreeBSD machines
 #hostname!= hostname
-#.if !empty(hostname:M*.freebsd.org)
+#.if !empty(hostname:tl:M*.freebsd.org)
 #DOCS+=	homepage.xml
 #
 #.if !make(install)
@@ -48,6 +50,6 @@ INDEXLINK=	internal.html
 #CLEANFILES+=	homepage.inc
 #.endif
 #
-#DATA+=	README.mirror ssh-keys.asc
+#DATA+=	ssh-keys.asc
 
 .include "${DOC_PREFIX}/share/mk/web.site.mk"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608201317.u7KDHlfv063645>