Ignore:
Timestamp:
12/29/2005 11:17:39 AM (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:
115fbe4
Parents:
c151abf
Message:

Fixed bug 1729

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/gnumeric.xml

    rc151abf r4cca673  
    102102    convert the XML help files into HTML with the following command:</para>
    103103
    104 <screen><userinput>make -C doc html</userinput></screen>
     104<screen><userinput>./configure \
     105    --prefix=$(pkg-config --variable=prefix gnome-doc-utils) &amp;&amp;
     106make -C doc html</userinput></screen>
    105107
    106108    <para>Now, as the <systemitem class="username">root</systemitem> user, install
    107109    the documentation files:</para>
    108110
    109 <screen role='root'><userinput>install -v -m755 -d /usr/share/doc/gnumeric-&gnumeric-version; &amp;&amp;
     111<screen role='root'><userinput>install -vdm 755 /usr/share/doc/gnumeric-&gnumeric-version; &amp;&amp;
    110112cp -v doc/C/html/* /usr/share/doc/gnumeric-&gnumeric-version;</userinput></screen>
    111113
     
    127129    switch may not be applicable if you don't have <xref linkend="GConf"/>
    128130    installed, but won't affect the build otherwise.</para>
     131
     132    <para><parameter>--prefix=$(pkg-config --variable=prefix gnome-doc-utils)</parameter>:
     133    This rebuilds the <filename>Makefile</filename>s with the same prefix as
     134    <application>gnome-doc-utils</application></para>
    129135
    130136    <para><parameter>make -C doc html</parameter>: This command runs
Note: See TracChangeset for help on using the changeset viewer.