From owner-svn-doc-all@FreeBSD.ORG Tue May 20 20:08:17 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D4CD3C08; Tue, 20 May 2014 20:08:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 A629F2C71; Tue, 20 May 2014 20:08:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4KK8HVU062157; Tue, 20 May 2014 20:08:17 GMT (envelope-from dru@svn.freebsd.org) Received: (from dru@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4KK8HF5062156; Tue, 20 May 2014 20:08:17 GMT (envelope-from dru@svn.freebsd.org) Message-Id: <201405202008.s4KK8HF5062156@svn.freebsd.org> From: Dru Lavigne Date: Tue, 20 May 2014 20:08:17 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44889 - in head: en_US.ISO8859-1/books/handbook en_US.ISO8859-1/books/handbook/bsdinstall share/images/books/handbook/bsdinstall 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.18 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: Tue, 20 May 2014 20:08:17 -0000 Author: dru Date: Tue May 20 20:08:17 2014 New Revision: 44889 URL: http://svnweb.freebsd.org/changeset/doc/44889 Log: Move last 2 added images to correct locations so that they show up in HTML build. Submitted by: hrs Sponsored by: iXsystems Added: head/share/images/books/handbook/bsdinstall/bsdinstall-boot-options-menu.png - copied unchanged from r44885, head/en_US.ISO8859-1/books/handbook/bsdinstall/bsdinstall-boot-options-menu.png head/share/images/books/handbook/bsdinstall/bsdinstall-newboot-loader-menu.png - copied unchanged from r44885, head/en_US.ISO8859-1/books/handbook/bsdinstall/bsdinstall-newboot-loader-menu.png Deleted: head/en_US.ISO8859-1/books/handbook/bsdinstall/bsdinstall-boot-options-menu.png head/en_US.ISO8859-1/books/handbook/bsdinstall/bsdinstall-newboot-loader-menu.png Modified: head/en_US.ISO8859-1/books/handbook/Makefile Modified: head/en_US.ISO8859-1/books/handbook/Makefile ============================================================================== --- head/en_US.ISO8859-1/books/handbook/Makefile Tue May 20 19:36:04 2014 (r44888) +++ head/en_US.ISO8859-1/books/handbook/Makefile Tue May 20 20:08:17 2014 (r44889) @@ -33,6 +33,8 @@ IMAGES_EN+= bsdinstall/bsdinstall-adduse IMAGES_EN+= bsdinstall/bsdinstall-adduser2.png IMAGES_EN+= bsdinstall/bsdinstall-adduser3.png IMAGES_EN+= bsdinstall/bsdinstall-boot-loader-menu.png +IMAGES_EN+= bsdinstall/bsdinstall-boot-options-menu.png +IMAGES_EN+= bsdinstall/bsdinstall-newboot-loader-menu.png IMAGES_EN+= bsdinstall/bsdinstall-choose-mode.png IMAGES_EN+= bsdinstall/bsdinstall-config-components.png IMAGES_EN+= bsdinstall/bsdinstall-config-hostname.png Copied: head/share/images/books/handbook/bsdinstall/bsdinstall-boot-options-menu.png (from r44885, head/en_US.ISO8859-1/books/handbook/bsdinstall/bsdinstall-boot-options-menu.png) ============================================================================== Binary file (source and/or target). No diff available. Copied: head/share/images/books/handbook/bsdinstall/bsdinstall-newboot-loader-menu.png (from r44885, head/en_US.ISO8859-1/books/handbook/bsdinstall/bsdinstall-newboot-loader-menu.png) ============================================================================== Binary file (source and/or target). No diff available.