diff --git a/INSTALL b/INSTALL index c4cab9a9da77bc1e446b29e34c2942307a1464cd..5e612e442077a2cb0998ba0d13e8623d8e131f38 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 039be17fa08b322d38fc32749510d6cb683a0fe9..613e6f4add195f639df6e6e7aec3b94cd4cf22fe 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 694c6cebc3602abb579232726a16284736ce0086..e60917bf4009561df9c9b72640fdc0bab756c25d 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 10501ef7663fd61c6350741a15a6290a8636490d..35320aa03f31317c545b29f40d5583ae1cd4515e 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>