Changeset 5261480 for general


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.