From owner-svn-doc-head@FreeBSD.ORG Sat Apr 27 14:18:13 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 56F90667; Sat, 27 Apr 2013 14:18:13 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2FBF61C20; Sat, 27 Apr 2013 14:18:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3REIDGh017146; Sat, 27 Apr 2013 14:18:13 GMT (envelope-from ryusuke@svn.freebsd.org) Received: (from ryusuke@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3REID3W017145; Sat, 27 Apr 2013 14:18:13 GMT (envelope-from ryusuke@svn.freebsd.org) Message-Id: <201304271418.r3REID3W017145@svn.freebsd.org> From: Ryusuke SUZUKI Date: Sat, 27 Apr 2013 14:18:13 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r41512 - in head/ja_JP.eucJP/htdocs: . FAQ tutorials X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Apr 2013 14:18:13 -0000 Author: ryusuke Date: Sat Apr 27 14:18:12 2013 New Revision: 41512 URL: http://svnweb.freebsd.org/changeset/doc/41512 Log: - Merge the following from the English version: r37491 -> r41060 head/ja_JP.eucJP/htdocs/Makefile - Remove FAQ, availability, tutorial redirects. Deleted: head/ja_JP.eucJP/htdocs/FAQ/ head/ja_JP.eucJP/htdocs/availability.xml head/ja_JP.eucJP/htdocs/tutorials/ Modified: head/ja_JP.eucJP/htdocs/Makefile Modified: head/ja_JP.eucJP/htdocs/Makefile ============================================================================== --- head/ja_JP.eucJP/htdocs/Makefile Sat Apr 27 13:25:14 2013 (r41511) +++ head/ja_JP.eucJP/htdocs/Makefile Sat Apr 27 14:18:12 2013 (r41512) @@ -1,6 +1,6 @@ # $FreeBSD$ # The FreeBSD Japanese Documentation Project -# Original revision: 1.148 +# Original revision: r41060 .if exists(../Makefile.conf) .include "../Makefile.conf" @@ -15,7 +15,6 @@ DOCS= about.xml #DOCS+= administration.xml DOCS+= applications.xml #DOCS+= art.xml -DOCS+= availability.xml DOCS+= docs.xml DOCS+= features.xml DOCS+= internet.xml @@ -27,6 +26,7 @@ DOCS+= relnotes.xml DOCS+= send-pr.xml DOCS+= support.xml DOCS+= where.xml +#DOCS+= 4xx.xml # Japanese-only file DOCS+= jabout.xml @@ -35,9 +35,9 @@ XMLDOCS= index:xsl:${XML_NEWS_NEWS}: DEPENDSET.index=transtable mirrors news press events \ advisories notices -XMLDOCS+= usergroups:${XSL_USERGROUPS}:${XML_USERGROUPS}: +XMLDOCS+= usergroups:${XSL_USERGROUPS}:${XML_USERGROUPS}: DEPENDSET.usergroups=transtable usergroups -PARAMS.usergroups= --param pagename "'FreeBSD User Groups'" +PARAMS.usergroups= --param pagename "'FreeBSD User Groups'" XMLDOCS+= community::${XML_EVENTS_EVENTS}: DEPENDSET.community=usergroups events @@ -46,12 +46,12 @@ DEPENDSET.community=usergroups events #DATA= favicon.ico DATA+= freebsd.css +#DATA+= google6bb24ed0b804d5e9.html +#DATA+= index.css #DATA+= robots.txt -#DATA+= vendors.html # Subdirectories # XML -SUBDIR= FAQ #SUBDIR+= advocacy SUBDIR+= commercial SUBDIR+= community @@ -66,8 +66,6 @@ SUBDIR+= handbook SUBDIR+= internal #SUBDIR+= ipv6 SUBDIR+= java -#SUBDIR+= kse -#SUBDIR+= layout #SUBDIR+= marketing #SUBDIR+= multimedia SUBDIR+= news @@ -81,7 +79,6 @@ SUBDIR+= search SUBDIR+= security SUBDIR+= snapshots SUBDIR+= support -SUBDIR+= tutorials .if !defined(WEB_ONLY) || empty(WEB_ONLY) SUBDIR+= doc