Blame SOURCES/0374-INSTALL-Document-linguas.sh.patch

f96e0b
From 1f677cec8cae46c415ab432009d5fb5915305a8a Mon Sep 17 00:00:00 2001
f96e0b
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
f96e0b
Date: Sun, 28 Apr 2013 13:50:18 +0200
f96e0b
Subject: [PATCH 374/482] 	* INSTALL: Document linguas.sh.
f96e0b
f96e0b
---
f96e0b
 ChangeLog |  4 ++++
f96e0b
 INSTALL   | 19 ++++++++++++-------
f96e0b
 2 files changed, 16 insertions(+), 7 deletions(-)
f96e0b
f96e0b
diff --git a/ChangeLog b/ChangeLog
f96e0b
index 0dcf7b0..21260c0 100644
f96e0b
--- a/ChangeLog
f96e0b
+++ b/ChangeLog
f96e0b
@@ -1,5 +1,9 @@
f96e0b
 2013-04-28  Vladimir Serbinenko  <phcoder@gmail.com>
f96e0b
 
f96e0b
+	* INSTALL: Document linguas.sh.
f96e0b
+
f96e0b
+2013-04-28  Vladimir Serbinenko  <phcoder@gmail.com>
f96e0b
+
f96e0b
 	Remove POTFILES.in and regenerate it in autogen.sh.
f96e0b
 
f96e0b
 2013-04-28  Vladimir Serbinenko  <phcoder@gmail.com>
f96e0b
diff --git a/INSTALL b/INSTALL
f96e0b
index a626395..7fe2450 100644
f96e0b
--- a/INSTALL
f96e0b
+++ b/INSTALL
f96e0b
@@ -76,9 +76,14 @@ Building the GRUB
f96e0b
 
f96e0b
 The simplest way to compile this package is:
f96e0b
 
f96e0b
-  1. `cd' to the directory containing the package's source code.  If
f96e0b
-     you don't use a release tarball you have to type `./autogen.sh'.
f96e0b
-     Type `./configure' to configure the package for your system.
f96e0b
+  1. `cd' to the directory containing the package's source code.
f96e0b
+
f96e0b
+  2. Skip this and following step if you use release tarball and proceed to
f96e0b
+     step 4. If you want translations type `./linguas.sh'.
f96e0b
+  
f96e0b
+  3. Type `./autogen.sh'.
f96e0b
+
f96e0b
+  4. Type `./configure' to configure the package for your system.
f96e0b
      If you're using `csh' on an old version of System V, you might
f96e0b
      need to type `sh ./configure' instead to prevent `csh' from trying
f96e0b
      to execute `configure' itself.
f96e0b
@@ -86,15 +91,15 @@ The simplest way to compile this package is:
f96e0b
      Running `configure' takes awhile.  While running, it prints some
f96e0b
      messages telling which features it is checking for.
f96e0b
 
f96e0b
-  2. Type `make' to compile the package.
f96e0b
+  6. Type `make' to compile the package.
f96e0b
 
f96e0b
-  3. Optionally, type `make check' to run any self-tests that come with
f96e0b
+  7. Optionally, type `make check' to run any self-tests that come with
f96e0b
      the package.
f96e0b
 
f96e0b
-  4. Type `make install' to install the programs and any data files and
f96e0b
+  8. Type `make install' to install the programs and any data files and
f96e0b
      documentation.
f96e0b
 
f96e0b
-  5. You can remove the program binaries and object files from the
f96e0b
+  9. You can remove the program binaries and object files from the
f96e0b
      source code directory by typing `make clean'.  To also remove the
f96e0b
      files that `configure' created (so you can compile the package for
f96e0b
      a different kind of computer), type `make distclean'.  There is
f96e0b
-- 
f96e0b
1.8.2.1
f96e0b