From owner-svn-doc-all@freebsd.org Sat Aug 20 13:17:48 2016 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37D00BC0115; Sat, 20 Aug 2016 13:17:48 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0699D11A1; Sat, 20 Aug 2016 13:17:47 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7KDHlGB063646; Sat, 20 Aug 2016 13:17:47 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7KDHlfv063645; Sat, 20 Aug 2016 13:17:47 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201608201317.u7KDHlfv063645@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Sat, 20 Aug 2016 13:17:47 +0000 (UTC) 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 X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2016 13:17:48 -0000 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"