From 80e5917c7af92e942b4ebc5ff3ac726eda4a171d Mon Sep 17 00:00:00 2001 From: Dru Lavigne Date: Tue, 20 May 2014 20:08:17 +0000 Subject: [PATCH] Move last 2 added images to correct locations so that they show up in HTML build. Submitted by: hrs Sponsored by: iXsystems --- en_US.ISO8859-1/books/handbook/Makefile | 2 ++ .../bsdinstall/bsdinstall-boot-options-menu.png | Bin .../bsdinstall/bsdinstall-newboot-loader-menu.png | Bin 3 files changed, 2 insertions(+) rename {en_US.ISO8859-1 => share/images}/books/handbook/bsdinstall/bsdinstall-boot-options-menu.png (100%) rename {en_US.ISO8859-1 => share/images}/books/handbook/bsdinstall/bsdinstall-newboot-loader-menu.png (100%) diff --git a/en_US.ISO8859-1/books/handbook/Makefile b/en_US.ISO8859-1/books/handbook/Makefile index 92d3c83f4d..ae1e665add 100644 --- a/en_US.ISO8859-1/books/handbook/Makefile +++ b/en_US.ISO8859-1/books/handbook/Makefile @@ -33,6 +33,8 @@ IMAGES_EN+= bsdinstall/bsdinstall-adduser1.png 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 diff --git a/en_US.ISO8859-1/books/handbook/bsdinstall/bsdinstall-boot-options-menu.png b/share/images/books/handbook/bsdinstall/bsdinstall-boot-options-menu.png similarity index 100% rename from en_US.ISO8859-1/books/handbook/bsdinstall/bsdinstall-boot-options-menu.png rename to share/images/books/handbook/bsdinstall/bsdinstall-boot-options-menu.png diff --git a/en_US.ISO8859-1/books/handbook/bsdinstall/bsdinstall-newboot-loader-menu.png b/share/images/books/handbook/bsdinstall/bsdinstall-newboot-loader-menu.png similarity index 100% rename from en_US.ISO8859-1/books/handbook/bsdinstall/bsdinstall-newboot-loader-menu.png rename to share/images/books/handbook/bsdinstall/bsdinstall-newboot-loader-menu.png