From owner-svn-doc-head@FreeBSD.ORG Thu Jan 24 14:33:34 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 88182FA; Thu, 24 Jan 2013 14:33:34 +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 15796AF1; Thu, 24 Jan 2013 14:33:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0OEXXEG068088; Thu, 24 Jan 2013 14:33:33 GMT (envelope-from ryusuke@svn.freebsd.org) Received: (from ryusuke@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0OEXXTh068087; Thu, 24 Jan 2013 14:33:33 GMT (envelope-from ryusuke@svn.freebsd.org) Message-Id: <201301241433.r0OEXXTh068087@svn.freebsd.org> From: Ryusuke SUZUKI Date: Thu, 24 Jan 2013 14:33:33 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40733 - head/ja_JP.eucJP/htdocs/doc 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: Thu, 24 Jan 2013 14:33:34 -0000 Author: ryusuke Date: Thu Jan 24 14:33:33 2013 New Revision: 40733 URL: http://svnweb.freebsd.org/changeset/doc/40733 Log: - Merge the following from the English version: r28250 -> r40713 head/ja_JP.eucJP/htdocs/doc/Makefile Modified: head/ja_JP.eucJP/htdocs/doc/Makefile Modified: head/ja_JP.eucJP/htdocs/doc/Makefile ============================================================================== --- head/ja_JP.eucJP/htdocs/doc/Makefile Thu Jan 24 14:28:05 2013 (r40732) +++ head/ja_JP.eucJP/htdocs/doc/Makefile Thu Jan 24 14:33:33 2013 (r40733) @@ -1,14 +1,10 @@ # # $FreeBSD$ -# Original revision: 1.9 +# Original revision: r40713 # -# Build the FreeBSD documentation *outside* of the www tree, and install it +# Build the FreeBSD documentation *outside* of the doc/ tree, and install it # in to the right place as necessary. # -# This assumes that you have the www/ and doc/ trees checked out beside -# one another -- this was always the case anyway, so there are no extra -# requirements here. -# .if exists(../Makefile.conf) .include "../Makefile.conf"