Changeset 5261480


Ignore:
Timestamp:
04/09/2008 02:22:47 AM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
34c58817
Parents:
e67d068
Message:

Clarified the GMP documentation installation

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re67d068 r5261480  
    44-->
    55
    6 <!ENTITY day          "07">                   <!-- Always 2 digits -->
     6<!ENTITY day          "09">                   <!-- Always 2 digits -->
    77<!ENTITY month        "04">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2008">
  • general/genlib/gmp.xml

    re67d068 r5261480  
    7070make</userinput></screen>
    7171
    72     <para>If you have <xref linkend="tetex"/> installed and you wish to create
    73     alternate formats of the documentation, issue any or all of the following
     72    <para>If you wish to create alternate formats of the documentation
     73    (Postscript, PDF and chunked HTML versions require a
     74    <xref linkend="tetex"/> installation), issue any or all of the following
    7475    commands:</para>
    7576
     
    7778make -C doc ps &amp;&amp;
    7879make -C doc html &amp;&amp;
    79 texi2html -o doc/gmp_nochunks.html doc/gmp.texi &amp;&amp;
     80texi2html -o doc/gmp_nochunks.html  doc/gmp.texi &amp;&amp;
    8081makeinfo --plaintext -o doc/gmp.txt doc/gmp.texi</userinput></screen>
    8182
    8283    <para>To test the results, issue: <command>make check</command>.
    83     Owing to various reports of mis-compilations, the maintainer strongly
    84     recommends running the test-suite and reporting any failures. The libraries
     84    Due to various reports of mis-compilations, the maintainer strongly
     85    recommends running the test suite and reporting any failures. The libraries
    8586    should not be used in a production environment if there are problems
    8687    running <command>make check</command>. An easy way to determine if all the
     
    9596    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    9697
    97 <screen role="root"><userinput>make install</userinput></screen>
     98<screen role="root"><userinput>make install &amp;&amp;
     99install -v -m755 -d /usr/share/doc/gmp-&gmp-version; &amp;&amp;
     100install -v -m644    doc/{isa_abi_headache,configuration} doc/*.html \
     101                    /usr/share/doc/gmp-&gmp-version;</userinput></screen>
    98102
    99103    <para>If you created any of the alternate formats of the documentation,
     
    102106
    103107<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/gmp-&gmp-version;/html &amp;&amp;
    104 install -v -m644 doc/gmp.html/* /usr/share/doc/gmp-&gmp-version;/html &amp;&amp;
    105 install -v -m644 doc/{isa_abi_headache,configuration} \
    106                  doc/*.{pdf,dvi,ps,html,txt} \
    107     /usr/share/doc/gmp-&gmp-version;</userinput></screen>
     108install -v -m644 doc/gmp.html/* \
     109                    /usr/share/doc/gmp-&gmp-version;/html &amp;&amp;
     110install -v -m644 doc/gmp.{pdf,dvi,ps,html,txt} \
     111                    /usr/share/doc/gmp-&gmp-version;</userinput></screen>
    108112  </sect2>
    109113
  • introduction/welcome/changelog.xml

    re67d068 r5261480  
    4343
    4444    <listitem>
     45      <para>April 9th, 2008</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Clarified the GMP documentation installation.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>April 6th, 2008</para>
    4655      <itemizedlist>
     
    5564      <itemizedlist>
    5665        <listitem>
    57           <para>[ag] - Added a command to regenerate the tags file in vim,
     66          <para>[ag] - Added a command to regenerate the tags file in vim
    5867          when updating the runtime files.</para>
    5968        </listitem>
    6069        <listitem>
    61           <para>[ag] - Added a sed to ed instructions, to replace with symbolic
     70          <para>[ag] - Added a sed to the ed instructions to replace with symbolic
    6271          links the hard links to red and its man page.</para>
    6372        </listitem>
     
    7180          <para>[richard] - updated to a2ps-4.14.</para>
    7281        </listitem>
    73          <listitem>
    74           <para>[richard] - changed copyright to include 2008, in bookinfo.</para>
    75         </listitem>       
    7682      </itemizedlist>
    7783    </listitem>
Note: See TracChangeset for help on using the changeset viewer.