From b212bf8ba2fdd66916d963ed8bc08864fdcd499e Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Tue, 21 Aug 2007 08:39:52 +0000
Subject: [PATCH] Rename installing.sgml to install.sgml

This is more in line with the other document names.

Also, change the title to simply "Ganeti installation tutorial".

Reviewed-by: ultrotter
---
 INSTALL                                | 2 +-
 README                                 | 2 +-
 docs/Makefile.am                       | 4 ++--
 docs/{installing.sgml => install.sgml} | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)
 rename docs/{installing.sgml => install.sgml} (99%)

diff --git a/INSTALL b/INSTALL
index c4cab9a9d..5e612e442 100644
--- a/INSTALL
+++ b/INSTALL
@@ -43,7 +43,7 @@ This will install the software under /usr/local. You then need to copy
 ganeti.init to /etc/init.d/ganeti and integrate it into your boot sequence
 (``chkconfig``, ``update-rc.d``, etc.).
 
-More details about the installation process are in the docs/installing.pdf file.
+More details about the installation process are in the docs/install.pdf file.
 
 
 Cluster initialisation
diff --git a/README b/README
index 039be17fa..613e6f4ad 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 Ganeti 1.2
 ==========
 
-For installation instructions, read the INSTALL and the docs/installing.pdf
+For installation instructions, read the INSTALL and the docs/install.pdf
 files.
 
 For a brief introduction, read the ganeti(7) manpage and the other pages
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 694c6cebc..e60917bf4 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,7 +1,7 @@
 docdir = $(datadir)/doc/$(PACKAGE)
 
-dist_doc_DATA = hooks.html hooks.pdf installing.html installing.pdf admin.html admin.pdf
-EXTRA_DIST = hooks.sgml installing.sgml admin.sgml
+dist_doc_DATA = hooks.html hooks.pdf install.html install.pdf admin.html admin.pdf
+EXTRA_DIST = hooks.sgml install.sgml admin.sgml
 
 %.html: %.sgml
 	docbook2html --nochunks $<
diff --git a/docs/installing.sgml b/docs/install.sgml
similarity index 99%
rename from docs/installing.sgml
rename to docs/install.sgml
index 10501ef76..35320aa03 100644
--- a/docs/installing.sgml
+++ b/docs/install.sgml
@@ -2,7 +2,7 @@
 ]>
   <article class="specification">
   <articleinfo>
-    <title>Ganeti node/cluster installation tutorial</title>
+    <title>Ganeti installation tutorial</title>
   </articleinfo>
   <para>Documents Ganeti version 1.2</para>
 
-- 
GitLab