diff --git a/xsoft/office/gnumeric.xml b/xsoft/office/gnumeric.xml index 1749329e8a..4aff4dae86 100644 --- a/xsoft/office/gnumeric.xml +++ b/xsoft/office/gnumeric.xml @@ -106,8 +106,17 @@ make Now, as the root user: -make install && -ln -v -s $(pkg-config --variable=prefix \ +make install + + There is a bug in the program. The help system looks for the docs in + one location, but they are actually installed in the wrong place. See + . If you have + installed and would like to be able to use it to view + the help documentation from within Gnumeric, work + around the problem by creating a symbolic link. As + root: + +ln -vsf $(pkg-config --variable=prefix \ ORBit-2.0)/share/gnome/help/gnumeric \ /usr/share/gnumeric/&gnumeric-version;/doc @@ -119,8 +128,8 @@ ln -v -s $(pkg-config --variable=prefix \ ln -v -s /usr/lib/bonobo/servers/GNOME_Gnumeric.server \ $(pkg-config --variable=prefix ORBit-2.0)/lib/bonobo/servers - If you have installed, convert the - XML help files into HTML by issuing the following commands: + If you have installed you can + convert the XML help files into HTML by issuing the following commands: ./configure \ --prefix=$(pkg-config --variable=prefix gnome-doc-utils) && @@ -131,7 +140,8 @@ make -C doc html install -v -m755 -d /usr/share/doc/gnumeric-&gnumeric-version;/figures && install -v -m644 doc/C/html/* /usr/share/doc/gnumeric-&gnumeric-version; && -install -v -m644 doc/C/figures/* /usr/share/doc/gnumeric-&gnumeric-version;/figures && +install -v -m644 doc/C/figures/* \ + /usr/share/doc/gnumeric-&gnumeric-version;/figures && ln -v -s /usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;/images \ /usr/share/doc/gnumeric-&gnumeric-version;/stylesheet @@ -167,13 +177,6 @@ rm -v /usr/share/doc/gnumeric-&gnumeric-version;/developer/Makefile* This rebuilds the Makefiles with the same prefix as GNOME Doc Utils - ln ... share/gnome/help/gnumeric - /usr/share/gnumeric/&gnumeric-version;/doc: - This command is used to create a symlink required because of a bug in - the program. The help system looks for the docs in one location, but they - are actually installed in another. See - . - make -C doc html: This command runs make in the doc directory with html as the Makefile target.