[gimp-help-2] Removed the advice to copy the html files manually.



commit 20b7cf309b13cd202e1b540e23718a5ceda13567
Author: Roman Joost <roman bromeco de>
Date:   Tue Jun 29 18:52:09 2010 +1000

    Removed the advice to copy the html files manually.
    
    It doesn't make sense to provide detailed manually copy instructions, if
    the Makefile could be used to do that.

 make.d/INSTALL.html-package |   21 +++++++--------------
 1 files changed, 7 insertions(+), 14 deletions(-)
---
diff --git a/make.d/INSTALL.html-package b/make.d/INSTALL.html-package
index 1f67ea0..a449c85 100644
--- a/make.d/INSTALL.html-package
+++ b/make.d/INSTALL.html-package
@@ -16,28 +16,21 @@ structure:
     /html/fr
 
 Depending for which language you downloaded the installation package,
-you need to copy the html folder to the shared GIMP directory:
+you need to copy the html folder to the shared GIMP directory.
 
     $ cp -R html/en $prefix/share/gimp/2.0/help/
-    $ ls $prefix/share/gimp/2.0/help
-    en
-    $ ls $prefix/share/gimp/2.0/help/en
-    index.html
-    <lots of html files>
-    images
-
-If the help directory in $prefix/share/gimp/2.0/ doesn't exist, create
-it.
-
-Tip:
 
 There is a basic (special-purpose) Makefile shipped with this HTML
 package for simplifying the installation procedure, e.g.:
 
     $ make install    # copy the html folder to the correct location
-or
+
+            or
+
     $ make install DESTDIR=$RPM_BUILD_ROOT    # for packagers
-or
+
+            or
+
     $ make install GIMPDATADIR=/opt/myprogs/gimp/2.0
 
 A short help text is displayed with



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]