Ignore:
Timestamp:
12/28/2005 02:23:03 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
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:
47f57c0
Parents:
abddec55
Message:

Modified the Gnumeric dependencies to account for GOffice now being an internal dependency and removed the redundant libgsf dependency

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/gnumeric.xml

    rabddec55 r2e19617  
    6262
    6363    <bridgehead renderas="sect4">Required</bridgehead>
    64     <para role="required"><xref linkend="libgnomeprintui"/>,
    65     <xref linkend="libgsf"/> and
    66     <ulink url="http://ftp.gnome.org/pub/gnome/sources/goffice/0.1/">goffice</ulink></para>
     64    <para role="required"><xref linkend="libgnomeprintui"/> and
     65    <xref linkend="goffice"/></para>
    6766
    6867    <bridgehead renderas="sect4">Optional</bridgehead>
     
    7069    <ulink url="http://www.pygtk.org/">PyGTK</ulink>,
    7170    <xref linkend="libgnomeui"/>, <xref linkend="gnome-doc-utils"/> (to
    72     convert the help documentation into html),
     71    convert the help documentation into HTML),
    7372    <ulink url="http://www.gnome-db.org/download.php">libgnomedb</ulink>
    7473    (requires <ulink url="http://www.gnome-db.org/download.php">libgda</ulink>),
     
    10099<screen role='root'><userinput>make install</userinput></screen>
    101100
    102     <para>If you have <xref linkend="gnome-doc-utils"/> installed you can convert the xml
    103     help files into html with the command:</para>
     101    <para>If you have <xref linkend="gnome-doc-utils"/> installed, you can
     102    convert the XML help files into HTML with the following command:</para>
    104103
    105104<screen><userinput>make -C doc html</userinput></screen>
    106105
    107106    <para>Now, as the <systemitem class="username">root</systemitem> user, install
    108     it in /usr/share/doc:</para>
     107    the documentation files:</para>
    109108
    110 <screen role='root'><userinput>mkdir /usr/share/doc/gnumeric-&gnumeric-version;
    111 cp doc/C/html/* /usr/share/doc/gnumeric-&gnumeric-version;</userinput></screen>
     109<screen role='root'><userinput>install -v -m755 -d /usr/share/doc/gnumeric-&gnumeric-version;
     110cp -v doc/C/html/* /usr/share/doc/gnumeric-&gnumeric-version;</userinput></screen>
    112111
    113112  </sect2>
     
    129128    installed, but won't affect the build otherwise.</para>
    130129
    131     <para><parameter>make -C doc html</parameter>: This command runs make in the
    132     <filename class="directory">doc</filename> directory with html as the
    133     <filename>Makefile</filename> target.</para>
     130    <para><parameter>make -C doc html</parameter>: This command runs
     131    <command>make</command> in the <filename class="directory">doc</filename>
     132    directory with html as the <filename>Makefile</filename> target.</para>
    134133
    135134  </sect2>
Note: See TracChangeset for help on using the changeset viewer.