Move installation instruction to separate file.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 12 Jul 2012 23:02:01 +0300
changeset 226 7f69e82d1a32
parent 225 ef894029e70d
child 227 d988124ee012
Move installation instruction to separate file.
INSTALL.rst
README.rst
header.rst
index.rst
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/INSTALL.rst	Thu Jul 12 23:02:01 2012 +0300
@@ -0,0 +1,35 @@
+.. -*- fill-column: 78 -*-
+
+.. include:: header.rst
+
+=================================
+ Installing gadict dictionaries.
+=================================
+.. contents::
+
+Document version.
+=================
+
+.. include:: VERSION.rst
+
+How install/uninstall?
+======================
+
+To install in /usr/local/ run::
+
+  $ make install
+
+If you want install in different place run::
+
+  $ make install prefix=PREFIX
+
+If you install in nonstandard place and wont use dictionary for current user
+run::
+
+  $ make prefix=PREFIX install install-local-symlink
+
+To uninstall run one command from list accordingly to installation procedure::
+
+  $ make uninstall
+  $ make uninstall prefix=PREFIX
+  $ make prefix=PREFIX uninstall uninstall-local-symlink
--- a/README.rst	Thu Jul 12 22:49:51 2012 +0300
+++ b/README.rst	Thu Jul 12 23:02:01 2012 +0300
@@ -127,28 +127,6 @@
 Don't forget add your email address to ticket *CC* field to be notified on
 ticket changes!
 
-How install/uninstall?
-======================
-
-To install in /usr/local/ run::
-
-  $ make install
-
-If you want install in different place run::
-
-  $ make install prefix=PREFIX
-
-If you install in nonstandard place and wont use dictionary for current user
-run::
-
-  $ make prefix=PREFIX install install-local-symlink
-
-To uninstall run one command from list accordingly to installation procedure::
-
-  $ make uninstall
-  $ make uninstall prefix=PREFIX
-  $ make prefix=PREFIX uninstall uninstall-local-symlink
-
 Dictionary source file format.
 ==============================
 
--- a/header.rst	Thu Jul 12 22:49:51 2012 +0300
+++ b/header.rst	Thu Jul 12 23:02:01 2012 +0300
@@ -5,7 +5,9 @@
 .. _Changes: CHANGES.html
 .. _README: README.html
 .. _About: README.html
+.. _INSTALL: INSTALL.html
+.. _Installing: INSTALL.html
 .. _Statistics: STAT.html
 
-[ Home_ | Changes_ | Statistics_ | About_ ]
+[ Home_ | Changes_ | Statistics_ | About_ | Installing_ ]
 
--- a/index.rst	Thu Jul 12 22:49:51 2012 +0300
+++ b/index.rst	Thu Jul 12 23:02:01 2012 +0300
@@ -20,6 +20,7 @@
 To see additional supplied data and info check `Sitemap`_ section below.
 
  * `README <README.html>`_
+ * `INSTALL <INSTALL.html>`_
  * `LICENSE <LICENSE.html>`_
  * `CHANGES <CHANGES.html>`_
  * `HACKING <HACKING.html>`_