Ignore:
Timestamp:
01/18/2011 12:13:43 AM (13 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
b775e11
Parents:
7afe2f1f
Message:

Added new package TeX Live-20100722

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libksba.xml

    r7afe2f1f rf1e103a  
    7878
    7979<screen><userinput>./configure --prefix=/usr &amp;&amp;
    80 make</userinput></screen>
     80make &amp;&amp;
    8181
    82     <para>Only <command>info</command> documentation is shipped in the package
    83     tarball. If you wish to build alternate formats of the documentation, you
    84     must have <xref linkend="tetex"/> installed, then issue the following
    85     commands:</para>
     82makeinfo --html --no-split -o doc/ksba_nochunks.html doc/ksba.texi &amp;&amp;
     83makeinfo --plaintext       -o doc/ksba.txt           doc/ksba.texi</userinput></screen>
     84
     85    <para>If you wish to build alternate formats of the documentation, you
     86    must have <xref linkend="tetex"/> or <xref linkend="texlive"/> installed,
     87    then issue the following commands:</para>
    8688
    8789<screen><userinput>tex --output-directory=doc ksba.texi &amp;&amp;
    8890dvips -o doc/ksba.ps doc/ksba.dvi    &amp;&amp;
    89 make -C doc pdf html                 &amp;&amp;
    90 makeinfo --html --no-split -o doc/ksba_nochunks.html doc/ksba.texi &amp;&amp;
    91 makeinfo --plaintext       -o doc/ksba.txt           doc/ksba.texi</userinput></screen>
     91make -C doc pdf html</userinput></screen>
    9292
    9393    <para>To test the results, issue: <command>make check</command>.</para>
     
    9797
    9898<screen role="root"><userinput>make install &amp;&amp;
    99 install -v -m644 -D README /usr/share/doc/libksba-&libksba-version;/README</userinput></screen>
     99
     100install -v -m755 -d /usr/share/doc/libksba-&libksba-version; &amp;&amp;
     101install -v -m644    README doc/ksba{_nochunks.html,.txt,.texi} \
     102                    /usr/share/doc/libksba-&libksba-version;</userinput></screen>
    100103
    101104    <para>If you built the additional documentation, install it by issuing the
     
    106109install -v -m644 doc/ksba.html/* \
    107110                    /usr/share/doc/libksba-&libksba-version;/html &amp;&amp;
    108 install -v -m644 doc/ksba_*.html \
    109                     /usr/share/doc/libksba-&libksba-version; &amp;&amp;
    110 install -v -m644 doc/ksba.{pdf,ps,dvi,txt,texi} \
     111install -v -m644 doc/ksba.{pdf,ps,dvi} \
    111112                    /usr/share/doc/libksba-&libksba-version;</userinput></screen>
    112113
Note: See TracChangeset for help on using the changeset viewer.