Author: andy
Date: 2005-12-29 04:17:39 -0700 (Thu, 29 Dec 2005)
New Revision: 5502
Modified:
trunk/BOOK/xsoft/office/gnumeric.xml
Log:
Fixed bug 1729
Modified: trunk/BOOK/xsoft/office/gnumeric.xml
===================================================================
--- trunk/BOOK/xsoft/office/gnumeric.xml 2005-12-29 06:15:18 UTC (rev
5501)
+++ trunk/BOOK/xsoft/office/gnumeric.xml 2005-12-29 11:17:39 UTC (rev
5502)
@@ -101,12 +101,14 @@
<para>If you have <xref linkend="gnome-doc-utils"/> installed, you can
convert the XML help files into HTML with the following command:</para>
-<screen><userinput>make -C doc html</userinput></screen>
+<screen><userinput>./configure \
+ --prefix=$(pkg-config --variable=prefix gnome-doc-utils) &&
+make -C doc html</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user,
install
the documentation files:</para>
-<screen role='root'><userinput>install -v -m755 -d
/usr/share/doc/gnumeric-&gnumeric-version; &&
+<screen role='root'><userinput>install -vdm 755
/usr/share/doc/gnumeric-&gnumeric-version; &&
cp -v doc/C/html/*
/usr/share/doc/gnumeric-&gnumeric-version;</userinput></screen>
</sect2>
@@ -127,6 +129,10 @@
switch may not be applicable if you don't have <xref linkend="GConf"/>
installed, but won't affect the build otherwise.</para>
+ <para><parameter>--prefix=$(pkg-config --variable=prefix
gnome-doc-utils)</parameter>:
+ This rebuilds the <filename>Makefile</filename>s with the same prefix as
+ <application>gnome-doc-utils</application></para>
+
<para><parameter>make -C doc html</parameter>: This command runs
<command>make</command> in the <filename class="directory">doc</filename>
directory with html as the <filename>Makefile</filename> target.</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page