Changeset f1e103a for postlfs/shells


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
  • postlfs/shells/zsh.xml

    r7afe2f1f rf1e103a  
    107107            --sysconfdir=/etc/zsh \
    108108            --enable-etcdir=/etc/zsh &amp;&amp;
    109 make</userinput></screen>
    110 
    111     <para>If you have <xref linkend="tetex"/> installed, you can build
    112     additional formats of the documentation by issuing any or all of
    113     the following commands:</para>
    114 
    115 <screen><userinput>texi2pdf  Doc/zsh.texi -o Doc/zsh.pdf &amp;&amp;
    116 texi2html Doc/zsh.texi --output=Doc/zsh_1file_t.html &amp;&amp;
    117 makeinfo  Doc/zsh.texi --html --no-split --no-headers \
    118                        -o Doc/zsh_1file_m.html &amp;&amp;
     109make &amp;&amp;
     110
     111makeinfo  Doc/zsh.texi --html      -o Doc/html             &amp;&amp;
     112makeinfo  Doc/zsh.texi --html --no-split --no-headers      \
     113                                   -o Doc/zsh.html &amp;&amp;
    119114makeinfo  Doc/zsh.texi --plaintext -o Doc/zsh.txt</userinput></screen>
    120115
     116    <para>If you have <xref linkend="tetex"/> or <xref linkend="texlive"/>
     117    installed, you can build PDF format of the documentation by issuing
     118    the following command:</para>
     119
     120<screen><userinput>texi2pdf  Doc/zsh.texi -o Doc/zsh.pdf</userinput></screen>
     121
    121122    <para>To test the results, issue: <command>make check</command>.</para>
    122123
     
    124125
    125126<screen role="root"><userinput>make install &amp;&amp;
    126 make infodir=/usr/share/info install.info</userinput></screen>
     127make infodir=/usr/share/info install.info
     128
     129install -v -m755 -d /usr/share/doc/zsh-&zsh-version;/html &amp;&amp;
     130install -v -m644    Doc/html/* \
     131                    /usr/share/doc/zsh-&zsh-version;/html &amp;&amp;
     132install -v -m644    Doc/zsh.{html,txt} \
     133                    /usr/share/doc/zsh-&zsh-version;</userinput></screen>
    127134
    128135    <para>If you downloaded the optional documentation, install it by issuing
     
    133140install -v -m644 Doc/zsh.dvi /usr/share/doc/zsh-&zsh-version;</userinput></screen>
    134141
    135     <para>If you built any additional formats of the documentation, install
    136     them by issuing the following command as the
     142    <para>If you built the PDF format of the documentation, install
     143    it by issuing the following command as the
    137144    <systemitem class="username">root</systemitem> user:</para>
    138145
    139 <screen role="root"><userinput>install -v -m644 Doc/{zsh_1file*,*.{pdf,txt}} \
     146<screen role="root"><userinput>install -v -m644 Doc/zsh.pdf \
    140147        /usr/share/doc/zsh-&zsh-version;</userinput></screen>
    141148
Note: See TracChangeset for help on using the changeset viewer.