I'm about to update gimp, but there are a couple minor editing issues
I'd like opinions on.

The only real changes in the package that manifest on the book are:

* GIMP now uses the external web browser by default for help, and
mozilla is the default.  I've added a command to set a <replaceable>
browser in the system gimprc.

* gimp-help no longer provides pre-built HTML.  It uses xsltproc to
generate the the pages.  It takes a long time.  9 SBU by my
calculation if you build all the languages.

My question relates to generating the gimp-help pages.  Now, libxslt
is required to get the help pages.  Should this be noted in the
dependencies?  Right now I just have it in the area near the gimp-help
instructions.

Also, it looks like you can build a smaller subset of languages by
passing ALL_LINGUAS="..." to configure.  The list of available
languages is "cs de en fr hr it nl sv zh_CN".  I didn't test this.
Should it be mentioned?

The relevant (non-spellchecked) part of the diff as it stands is below.

Thanks for any feedback.

--
Dan

@@ -139,15 +139,20 @@
    /usr/share/doc/gimp-&gimp-version;</userinput></screen>

    <para>The <filename>gimp-help</filename> tarball contains a help system
-    designed for use with the internal <application>GIMP</application> help
-    browser, external web browsers and HTML renderers. If you downloaded the
-    <filename>gimp-help</filename> tarball, change directories out of the
-    <application>GIMP</application> source tree to the root of your build
-    directory. Now unpack the <filename>gimp-help</filename> tarball and
-    change directories to the root of the newly created source tree (as an
-    unprivileged user). Issue the following commands to install the help
-    files:</para>
+    designed for use with external web browsers, the internal
+    <application>GIMP</application> help browser, and HTML renderers.
+    The tarball only contains the XML sources, so you will need
+    the <command>xsltproc</command> program from <xref linkend="libxslt"/>
+    program to build the HTML files. This takes a long time, approximately
+    9 SBU.</para>

+    <para>If you downloaded the <filename>gimp-help</filename> tarball, change
+    directories out of the <application>GIMP</application> source tree to
+    the root of your build directory. Now unpack the
+    <filename>gimp-help</filename> tarball and change directories to the
+    root of the newly created source tree (as an unprivileged user).
+    Issue the following commands to install the help files:</para>
+
<screen><userinput>./configure &amp;&amp;
make</userinput></screen>

@@ -202,6 +207,17 @@
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to