Author: randy
Date: 2008-04-08 20:22:47 -0600 (Tue, 08 Apr 2008)
New Revision: 7366
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/genlib/gmp.xml
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Clarified the GMP documentation installation
Modified: trunk/BOOK/general/genlib/gmp.xml
===================================================================
--- trunk/BOOK/general/genlib/gmp.xml 2008-04-08 23:24:04 UTC (rev 7365)
+++ trunk/BOOK/general/genlib/gmp.xml 2008-04-09 02:22:47 UTC (rev 7366)
@@ -69,19 +69,20 @@
<screen><userinput>./configure --prefix=/usr --enable-cxx --enable-mpbsd
&&
make</userinput></screen>
- <para>If you have <xref linkend="tetex"/> installed and you wish to create
- alternate formats of the documentation, issue any or all of the following
+ <para>If you wish to create alternate formats of the documentation
+ (Postscript, PDF and chunked HTML versions require a
+ <xref linkend="tetex"/> installation), issue any or all of the following
commands:</para>
<screen><userinput>make -C doc pdf &&
make -C doc ps &&
make -C doc html &&
-texi2html -o doc/gmp_nochunks.html doc/gmp.texi &&
+texi2html -o doc/gmp_nochunks.html doc/gmp.texi &&
makeinfo --plaintext -o doc/gmp.txt doc/gmp.texi</userinput></screen>
<para>To test the results, issue: <command>make check</command>.
- Owing to various reports of mis-compilations, the maintainer strongly
- recommends running the test-suite and reporting any failures. The libraries
+ Due to various reports of mis-compilations, the maintainer strongly
+ recommends running the test suite and reporting any failures. The libraries
should not be used in a production environment if there are problems
running <command>make check</command>. An easy way to determine if all the
tests passed is to redirect the output of the tests to a file
@@ -94,17 +95,20 @@
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
-<screen role="root"><userinput>make install</userinput></screen>
+<screen role="root"><userinput>make install &&
+install -v -m755 -d /usr/share/doc/gmp-&gmp-version; &&
+install -v -m644 doc/{isa_abi_headache,configuration} doc/*.html \
+ /usr/share/doc/gmp-&gmp-version;</userinput></screen>
<para>If you created any of the alternate formats of the documentation,
install it using the following commands as the
<systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>install -v -m755 -d
/usr/share/doc/gmp-&gmp-version;/html &&
-install -v -m644 doc/gmp.html/* /usr/share/doc/gmp-&gmp-version;/html
&&
-install -v -m644 doc/{isa_abi_headache,configuration} \
- doc/*.{pdf,dvi,ps,html,txt} \
- /usr/share/doc/gmp-&gmp-version;</userinput></screen>
+install -v -m644 doc/gmp.html/* \
+ /usr/share/doc/gmp-&gmp-version;/html &&
+install -v -m644 doc/gmp.{pdf,dvi,ps,html,txt} \
+ /usr/share/doc/gmp-&gmp-version;</userinput></screen>
</sect2>
<sect2 role="commands">
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2008-04-08 23:24:04 UTC (rev 7365)
+++ trunk/BOOK/general.ent 2008-04-09 02:22:47 UTC (rev 7366)
@@ -3,7 +3,7 @@
$Date$
-->
-<!ENTITY day "07"> <!-- Always 2 digits -->
+<!ENTITY day "09"> <!-- Always 2 digits -->
<!ENTITY month "04"> <!-- Always 2 digits -->
<!ENTITY year "2008">
<!ENTITY version "svn-&year;&month;&day;">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2008-04-08 23:24:04 UTC
(rev 7365)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2008-04-09 02:22:47 UTC
(rev 7366)
@@ -42,6 +42,15 @@
-->
<listitem>
+ <para>April 9th, 2008</para>
+ <itemizedlist>
+ <listitem>
+ <para>[randy] - Clarified the GMP documentation installation.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>April 6th, 2008</para>
<itemizedlist>
<listitem>
@@ -54,11 +63,11 @@
<para>April 5th, 2008</para>
<itemizedlist>
<listitem>
- <para>[ag] - Added a command to regenerate the tags file in vim,
+ <para>[ag] - Added a command to regenerate the tags file in vim
when updating the runtime files.</para>
</listitem>
<listitem>
- <para>[ag] - Added a sed to ed instructions, to replace with symbolic
+ <para>[ag] - Added a sed to the ed instructions to replace with
symbolic
links the hard links to red and its man page.</para>
</listitem>
</itemizedlist>
@@ -70,9 +79,6 @@
<listitem>
<para>[richard] - updated to a2ps-4.14.</para>
</listitem>
- <listitem>
- <para>[richard] - changed copyright to include 2008, in
bookinfo.</para>
- </listitem>
</itemizedlist>
</listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page