Changeset 75df43ed


Ignore:
Timestamp:
04/14/2006 05:46:01 PM (18 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f6b83352
Parents:
cdb3954e
Message:

Tweaked the explanation of the symbolic link we make for Yelp on the Gnumeric page

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5859 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/gnumeric.xml

    rcdb3954e r75df43ed  
    107107    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    108108
    109 <screen role='root'><userinput>make install &amp;&amp;
    110 ln -v -s $(pkg-config --variable=prefix \
     109<screen role='root'><userinput>make install</userinput></screen>
     110
     111    <para>There is a bug in the program. The help system looks for the docs in
     112    one location, but they are actually installed in the wrong place. See
     113    <ulink url="http://bugzilla.gnome.org/show_bug.cgi?id=330339"/>. If you have
     114    <xref linkend="yelp"/> installed and would like to be able to use it to view
     115    the help documentation from within <application>Gnumeric</application>, work
     116    around the problem by creating a symbolic link. As
     117    <systemitem class="username">root</systemitem>:</para>
     118
     119<screen role='root'><userinput>ln -vsf $(pkg-config --variable=prefix \
    111120    ORBit-2.0)/share/gnome/help/gnumeric \
    112121    /usr/share/gnumeric/&gnumeric-version;/doc</userinput></screen>
     
    120129    $(pkg-config --variable=prefix ORBit-2.0)/lib/bonobo/servers</userinput></screen>
    121130
    122     <para>If you have <xref linkend="gnome-doc-utils"/> installed, convert the
    123     XML help files into HTML by issuing the following commands:</para>
     131    <para>If you have <xref linkend="gnome-doc-utils"/> installed you can
     132    convert the XML help files into HTML by issuing the following commands:</para>
    124133
    125134<screen><userinput>./configure \
     
    132141<screen role='root'><userinput>install -v -m755 -d /usr/share/doc/gnumeric-&gnumeric-version;/figures &amp;&amp;
    133142install -v -m644 doc/C/html/* /usr/share/doc/gnumeric-&gnumeric-version; &amp;&amp;
    134 install -v -m644 doc/C/figures/* /usr/share/doc/gnumeric-&gnumeric-version;/figures &amp;&amp;
     143install -v -m644 doc/C/figures/* \
     144    /usr/share/doc/gnumeric-&gnumeric-version;/figures &amp;&amp;
    135145ln -v -s /usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;/images \
    136146    /usr/share/doc/gnumeric-&gnumeric-version;/stylesheet</userinput></screen>
     
    167177    This rebuilds the <filename>Makefile</filename>s with the same prefix as
    168178    <application>GNOME Doc Utils</application></para>
    169 
    170     <para><command>ln ... share/gnome/help/gnumeric
    171     /usr/share/gnumeric/&gnumeric-version;/doc</command>:
    172     This command is used to create a symlink required because of a bug in
    173     the program. The help system looks for the docs in one location, but they
    174     are actually installed in another. See
    175     <ulink url="http://bugzilla.gnome.org/show_bug.cgi?id=330339"/>.</para>
    176179
    177180    <para><command>make -C doc html</command>: This command runs
Note: See TracChangeset for help on using the changeset viewer.