Changeset f1e103a


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

Files:
1 added
35 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/cvs.xml

    r7afe2f1f rf1e103a  
    131131make</userinput></screen>
    132132
    133     <para>If you have <xref linkend="tetex"/> installed and wish to create
    134     DVI, Postscript, HTML or text docs from the documentation source files,
    135     issue the following command:</para>
     133    <para>If you have <xref linkend="tetex"/> or <xref linkend="texlive"/>
     134    installed and wish to create DVI, Postscript, HTML or text docs from the
     135    documentation source files, issue the following command:</para>
    136136
    137137<screen><userinput>make -C doc html txt dvi ps</userinput></screen>
  • general.ent

    r7afe2f1f rf1e103a  
    44-->
    55
    6 <!ENTITY day          "15">                   <!-- Always 2 digits -->
     6<!ENTITY day          "18">                   <!-- Always 2 digits -->
    77<!ENTITY month        "01">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2011">
     
    850850
    851851<!-- Chapter 47 -->
     852<!ENTITY texlive-version              "20100722">
    852853<!ENTITY tetex-version                "3.0">
    853854<!ENTITY jadetex-version              "3.13">
  • general/genlib/libassuan.xml

    r7afe2f1f rf1e103a  
    8989
    9090<screen><userinput>./configure --prefix=/usr &amp;&amp;
    91 make</userinput></screen>
     91make &amp;&amp;
    9292
    93     <para>Only <command>info</command> documentation is shipped in the package
    94     tarball. If you wish to build alternate formats of the documentation, you
    95     must have <xref linkend="tetex"/> installed, then issue the following
    96     commands:</para>
    97 
    98 <screen><userinput>make -k -C doc pdf ps html &amp;&amp;
    9993makeinfo --html --no-split -o doc/assuan_nochunks.html doc/assuan.texi &amp;&amp;
    10094makeinfo --plaintext       -o doc/assuan.txt           doc/assuan.texi</userinput></screen>
     95
     96    <para>If you wish to build alternate formats of the documentation, you
     97    must have <xref linkend="tetex"/> or <xref linkend="texlive"/> installed,
     98    then issue the following command:</para>
     99
     100<screen><userinput>make -k -C doc pdf ps html</userinput></screen>
    101101
    102102    <para>To test the results, issue: <command>make check</command>.</para>
     
    106106
    107107<screen role="root"><userinput>make install &amp;&amp;
    108 install -v -m644 -D README /usr/share/doc/libassuan-&libassuan-version;/README</userinput></screen>
     108
     109install -v -m755 -d /usr/share/doc/libassuan-&libassuan-version; &amp;&amp;
     110install -v -m644    README doc/{assuan{_nochunks.html,.txt,.texi \
     111                    /usr/share/doc/libassuan-&libassuan-version;</userinput></screen>
    109112
    110113    <para>If you built the additional documentation, install it by issuing the
     
    112115    user:</para>
    113116
    114 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/libassuan-&libassuan-version;/html &amp;&amp;
    115 install -v -m644 doc/assuan.html/* \
    116                     /usr/share/doc/libassuan-&libassuan-version;/html &amp;&amp;
    117 install -v -m644 doc/assuan_*.html \
    118                     /usr/share/doc/libassuan-&libassuan-version; &amp;&amp;
    119 install -v -m644 doc/assuan.{pdf,ps,dvi,txt,texi} \
    120                     /usr/share/doc/libassuan-&libassuan-version;</userinput></screen>
     117<screen role="root"><userinput>install -v -m644 doc/assuan.html/* \
     118                 /usr/share/doc/libassuan-&libassuan-version;/html &amp;&amp;
     119install -v -m644 doc/assuan.{pdf,ps,dvi} \
     120                 /usr/share/doc/libassuan-&libassuan-version;</userinput></screen>
    121121
    122122  </sect2>
  • general/genlib/libgcrypt.xml

    r7afe2f1f rf1e103a  
    8686    <para>Only <command>info</command> documentation is shipped in the package
    8787    tarball. If you wish to build alternate formats of the documentation,
    88     (you must have <xref linkend="tetex"/> installed to build the PDF and
    89     PostScript), then issue the following commands:</para>
     88    (you must have <xref linkend="tetex"/> or <xref linkend="texlive"/>
     89    installed to build the PDF and PostScript), then issue the following
     90    commands:</para>
    9091
    9192<screen><userinput>make -C doc pdf ps html &amp;&amp;
  • general/genlib/libidl.xml

    r7afe2f1f rf1e103a  
    6464
    6565    <bridgehead renderas="sect4">Optional to Build Documentation</bridgehead>
    66     <para role="optional"><xref linkend="tetex"/></para>
     66    <para role="optional"><xref linkend="tetex"/> or
     67    <xref linkend="texlive"/></para>
    6768
    6869    <para condition="html" role="usernotes">User Notes:
     
    7879
    7980<screen><userinput>./configure --prefix=/usr &amp;&amp;
    80 make</userinput></screen>
     81make &amp;&amp;
    8182
    82     <para>If you have <application>teTeX</application> installed and wish to
    83     build the documentation, issue the following commands:</para>
     83makeinfo --plaintext -o libIDL2.txt libIDL2.texi</userinput></screen>
    8484
    85 <screen><userinput>make pdf &amp;&amp;
    86 make ps &amp;&amp;
    87 makeinfo --plaintext libIDL2.texi &gt;libIDL2.txt</userinput></screen>
     85    <para>If you have <application>teTeX</application> or
     86    <application>Live TeX</application> installed and wish to
     87    build alternate forms of the documentation, issue the following
     88    command:</para>
     89
     90<screen><userinput>make pdf ps</userinput></screen>
    8891
    8992    <para>This package does not come with a test suite.</para>
     
    9194    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    9295
    93 <screen role="root"><userinput>make install</userinput></screen>
     96<screen role="root"><userinput>make install
    9497
    95     <para>If you built the documentation, issue the following commands as the
    96     <systemitem class="username">root</systemitem> user to install it:</para>
     98install -v -m755 -d /usr/share/doc/libIDL-&libidl-version; &amp;&amp;
     99install -v -m644    README libIDL2.{txt,texi} \
     100                    /usr/share/doc/libIDL-&libidl-version;</userinput></screen>
    97101
    98 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/libIDL-&libidl-version; &amp;&amp;
    99 install -v -m644 libIDL2.{pdf,dvi,ps,txt} README \
    100     /usr/share/doc/libIDL-&libidl-version;</userinput></screen>
     102    <para>If you built the additional documentation, issue the following
     103    command as the <systemitem class="username">root</systemitem> user to
     104    install it:</para>
     105
     106<screen role="root"><userinput>install -v -m644 libIDL2.{pdf,dvi,ps} \
     107                 /usr/share/doc/libIDL-&libidl-version;</userinput></screen>
    101108  </sect2>
    102109
  • 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
  • general/genlib/slib.xml

    r7afe2f1f rf1e103a  
    9595makeinfo -o slib.html --html --no-split slib.texi</userinput></screen>
    9696
    97     <para>If you have <xref linkend="tetex"/> installed and wish to
    98     build PDF or Postscript documentation, issue any or all of
    99     the following commands:</para>
     97    <para>If you have <xref linkend="tetex"/> or <xref linkend="texlive"/>
     98    installed and wish to build PDF or Postscript documentation, issue any or
     99    all of the following commands:</para>
    100100
    101101<screen><userinput>texi2pdf  slib.texi &amp;&amp;
  • general/genutils/imagemagick.xml

    r7afe2f1f rf1e103a  
    158158    <ulink url="http://www.mpeg.org/MSSG/">MPEG-2 Video Codec</ulink>,
    159159    <ulink url="http://netpbm.sourceforge.net/">Netpbm</ulink>,
    160     <xref linkend="tetex"/>,
     160    <xref linkend="tetex"/> or <xref linkend="texlive"/>,
    161161    <ulink url="http://www.xfig.org/">Transfig</ulink>,
    162162    <ulink url="http://txt2html.sourceforge.net/">txt2html</ulink>
  • general/genutils/pinentry.xml

    r7afe2f1f rf1e103a  
    9898            --disable-pinentry-gtk2          \
    9999            --disable-pinentry-qt            &amp;&amp;
    100 make</userinput></screen>
    101 
    102     <para>Only <command>info</command> documentation is shipped in the package
    103     tarball. If you wish to build alternate formats of the documentation, you
    104     must have <xref linkend="tetex"/> installed, then issue the following
    105     commands:</para>
    106 
    107 <screen><userinput>make -k -C doc pdf ps html &amp;&amp;
     100make &amp;&amp;
     101
    108102makeinfo --html --no-split -o doc/pinentry_nochunks.html doc/pinentry.texi &amp;&amp;
    109103makeinfo --plaintext       -o doc/pinentry.txt           doc/pinentry.texi</userinput></screen>
    110104
     105    <para>If you wish to build alternate formats of the documentation, you
     106    must have <xref linkend="tetex"/> or <xref linkend="texlive"/> installed,
     107    then issue the following command:</para>
     108
     109<screen><userinput>make -k -C doc pdf ps html</userinput></screen>
     110
    111111    <para>This package does not come with a test suite.</para>
    112112
     
    114114
    115115<screen role="root"><userinput>make install &amp;&amp;
    116 install -v -m644 -D README /usr/share/doc/pinentry-&pinentry-version;/README</userinput></screen>
     116
     117install -v -m755 -d /usr/share/doc/pinentry-&pinentry-version;/html &amp;&amp;
     118install -v -m644    README doc/pinentry{_*.html,.txt,.texi} \
     119                    /usr/share/doc/pinentry-&pinentry-version;</userinput></screen>
    117120
    118121    <para>If you built the additional documentation, install it by issuing the
     
    120123    user:</para>
    121124
    122 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/pinentry-&pinentry-version;/html &amp;&amp;
    123 install -v -m644 doc/pinentry.html/* \
    124                     /usr/share/doc/pinentry-&pinentry-version;/html &amp;&amp;
    125 install -v -m644 doc/pinentry_*.html \
    126                     /usr/share/doc/pinentry-&pinentry-version; &amp;&amp;
    127 install -v -m644 doc/pinentry.{pdf,ps,dvi,txt,texi} \
    128                     /usr/share/doc/pinentry-&pinentry-version;</userinput></screen>
     125<screen role="root"><userinput>install -v -m644 doc/pinentry.html/* \
     126                 /usr/share/doc/pinentry-&pinentry-version;/html &amp;&amp;
     127install -v -m644 doc/pinentry.{pdf,ps,dvi} \
     128                 /usr/share/doc/pinentry-&pinentry-version;</userinput></screen>
    129129
    130130  </sect2>
  • general/prog/doxygen.xml

    r7afe2f1f rf1e103a  
    7575    <xref linkend="graphviz"/>,
    7676    <xref linkend="python"/>,
    77     <xref linkend="tetex"/>,
     77    <xref linkend="tetex"/> or <xref linkend="texlive"/>,
    7878    <!-- <xref linkend="espgs"/> or --><xref linkend="gs"/></para>
    7979
     
    106106    <para>If you wish to generate and install the package documentation
    107107    (note that man pages have already been installed), you must have
    108     <application>Python</application>, <application>teTeX</application> (for
    109     HTML docs) and <application>Ghostscript</application> (for PDF docs)
     108    <application>Python</application>, <application>teTeX</application> or
     109    <application>TeX Live</application> (for HTML docs) and
     110    <application>Ghostscript</application> (for PDF docs)
    110111    installed, then issue the following command as the
    111112    <systemitem class="username">root</systemitem> user:</para>
     
    132133    need to use the language translation features, you must have
    133134    <xref linkend="python"/> installed. If you require formulas to
    134     create PDF documentation, then you must have <xref linkend="tetex"/>
    135     installed. If you require formulas to convert PostScript files to bitmaps,
    136     then you must have <xref linkend="gs"/><!-- or <xref linkend="espgs"/> -->
    137     installed.</para>
     135    create PDF documentation, then you must have <xref linkend="tetex"/> or
     136    <xref linkend="texlive"/> installed. If you require formulas to convert
     137    PostScript files to bitmaps, then you must have <xref linkend="gs"/>
     138    <!-- or <xref linkend="espgs"/> --> installed.</para>
    138139
    139140  </sect2>
  • general/prog/guile.xml

    r7afe2f1f rf1e103a  
    103103unset DIRNAME</userinput></screen>
    104104
    105     <para>If you have <xref linkend="tetex"/> installed and wish to
    106     build alternate formats (PDF and postscript) of the documentation, issue
    107     the following commands:</para>
     105    <para>If you have <xref linkend="tetex"/> or <xref linkend="texlive"/>
     106    installed and wish to build alternate formats (PDF and postscript) of the
     107    documentation, issue the following commands:</para>
    108108
    109109<screen><userinput>for DIRNAME in goops r5rs ref tutorial
  • general/prog/nasm.xml

    r7afe2f1f rf1e103a  
    6969
    7070    <bridgehead renderas="sect4">Optional (for Building Documentation)</bridgehead>
    71     <para role="optional"><xref linkend="tetex"/>, and
     71    <para role="optional"><xref linkend="tetex"/> or
     72    <xref linkend="texlive"/>, and
    7273    <!-- <xref linkend="espgs"/> or --><xref linkend="gs"/></para>
    7374
     
    99100
    100101    <para>To build the RDOFF PDF and Postscript documentation,
    101     ensure you have <xref linkend="tetex"/> installed and issue:</para>
     102    ensure you have <xref linkend="tetex"/> or <xref linkend="texlive"/>
     103    installed and issue:</para>
    102104
    103105<screen><userinput>sed -i -e "s/dvips \$&lt;/&amp; -o rdoff.ps/" rdoff/doc/Makefile &amp;&amp;
  • general/sysutils/cpio.xml

    r7afe2f1f rf1e103a  
    8686makeinfo --plaintext       -o doc/cpio.txt  doc/cpio.texi</userinput></screen>
    8787
    88     <para>If you have <xref linkend="tetex"/> installed and wish to create
    89     PDF or Postscript documentation, issue one or both of the following
    90     commands:</para>
     88    <para>If you have <xref linkend="tetex"/> or <xref linkend="texlive"/>
     89    installed and wish to create PDF or Postscript documentation, issue one or
     90    both of the following commands:</para>
    9191
    9292<screen><userinput>make -C doc pdf &amp;&amp;
  • gnome/add/evince.xml

    r7afe2f1f rf1e103a  
    8686    <xref linkend="gtk-doc"/>,
    8787    <xref linkend="libtiff"/>,
    88     <xref linkend="tetex"/> (required to build the DVI viewer),
     88    <xref linkend="tetex"/> or <xref linkend="texlive"/> (required to build the DVI viewer),
    8989    <xref linkend="nautilus"/>
    9090      (required to build the <application>Nautilus</application> plugin),
     
    187187
    188188    <para><option>--enable-dvi</option>: Use this parameter if you have the
    189     <application>teTeX</application> package installed and you wish to build
    190     support to view DVI files.</para>
     189    <application>teTeX</application> or <application>TeX Live</application>
     190    package installed and you wish to build support to view DVI files.</para>
    191191
    192192    <para><option>--enable-t1lib</option>: Use this parameter if you have the
  • gnome/add/obsolete/gpdf.xml

    r7afe2f1f rf1e103a  
    6464
    6565    <bridgehead renderas="sect4">Optional</bridgehead>
    66     <para role="optional"><xref linkend="tetex"/> and
    67     <ulink
    68     url="http://packages.qa.debian.org/libp/libpaper.html">libpaper</ulink></para>
     66    <para role="optional"><xref linkend="tetex"/> or
     67    <xref linkend="texlive"/>, and
     68    <ulink url="http://packages.qa.debian.org/libp/libpaper.html">libpaper</ulink></para>
    6969
    7070    <para condition="html" role="usernotes">User Notes:
  • introduction/welcome/changelog.xml

    r7afe2f1f rf1e103a  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>January 18th, 2011</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Added new package TeX Live-20100722.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
    4352
    4453    <listitem>
  • kde/add/kdegraphics.xml

    r7afe2f1f rf1e103a  
    9393         outside version. Commenting this out for now
    9494    <xref linkend="xpdf"/>, -->
    95     <xref linkend="tetex"/>,
     95    <xref linkend="tetex"/> or <xref linkend="texlive"/>,
    9696    <xref linkend="fribidi"/>,
    9797    <ulink url="http://www.gphoto.org/">libgphoto2</ulink>,
  • multimedia/libdriv/gstreamer.xml

    r7afe2f1f rf1e103a  
    9595    Manuals)</bridgehead>
    9696    <para role="optional"><xref linkend="libxslt"/>,
    97     <xref linkend="tetex"/>,
     97    <xref linkend="tetex"/> or <xref linkend="texlive"/>,
    9898    <xref linkend="docbook-utils"/>,
    9999    <ulink url="http://www.xfig.org/">Transfig</ulink> (all needed
  • multimedia/libdriv/libdvdcss.xml

    r7afe2f1f rf1e103a  
    6161
    6262    <bridgehead renderas="sect4">Optional (to Create Documentation)</bridgehead>
    63     <para role="optional"><xref linkend="doxygen"/> and
    64     <xref linkend="tetex"/></para>
     63    <para role="optional"><xref linkend="doxygen"/>, and
     64    <xref linkend="tetex"/> or <xref linkend="texlive"/></para>
    6565
    6666    <para condition="html" role="usernotes">User Notes:
     
    9393
    9494    <para>If you have <application>Doxygen</application> and
    95     <application>teTeX</application> installed, HTML and Postscript
    96     documentation was created during the build. If you also want to
    97     install a PDF version of the reference manual, issue the following
    98     command:</para>
     95    <application>teTeX</application> or <application>TeX Live</application>
     96    installed, HTML and Postscript documentation was created during the build.
     97    If you also want to install a PDF version of the reference manual, issue
     98    the following command:</para>
    9999
    100100<screen><userinput>make -C doc/latex pdf</userinput></screen>
     
    107107
    108108    <para>If you have <application>Doxygen</application> and
    109     <application>teTeX</application> installed, install the documentation using
    110     the following commands as the
     109    <application>teTeX</application> or <application>TeX Live</application>
     110    installed, install the documentation using the following commands as the
    111111    <systemitem class="username">root</systemitem> user:</para>
    112112
    113 <screen role="root"><userinput>
    114 install -v -m755 -d         /usr/share/doc/libdvdcss-&libdvdcss-version;/html &amp;&amp;
     113<screen role="root"><userinput>install -v -m755 -d         /usr/share/doc/libdvdcss-&libdvdcss-version;/html &amp;&amp;
    115114install -v -m644 doc/html/* /usr/share/doc/libdvdcss-&libdvdcss-version;/html &amp;&amp;
    116115install -v -m644 doc/latex/*.{pdf,ps,dvi} \
  • multimedia/libdriv/libtheora.xml

    r7afe2f1f rf1e103a  
    6868    <para role="optional"><xref linkend="sdl"/> and
    6969    <xref linkend="libpng"/> (both to build the example players),
    70     <xref linkend="doxygen"/>, <xref linkend="tetex"/>,
     70    <xref linkend="doxygen"/>,
     71    <xref linkend="tetex"/> or <xref linkend="texlive"/>,
    7172    <ulink url="http://bibtexml.sourceforge.net">BibTex</ulink>, and
    7273    <ulink url="http://www.xfig.org/">Transfig</ulink>
  • multimedia/libdriv/libvorbis.xml

    r7afe2f1f rf1e103a  
    6666    <bridgehead renderas="sect4">Optional</bridgehead>
    6767    <para role="optional">both
    68     <xref linkend="doxygen"/> and
    69     <xref linkend="tetex"/> (specifically, pdflatex and htlatex)
    70     to build the PDF documentation</para>
     68    <xref linkend="doxygen"/>, and
     69    <xref linkend="tetex"/> or <xref linkend="texlive"/>
     70    (specifically, pdflatex and htlatex) to build the PDF documentation</para>
    7171
    7272    <para condition="html" role="usernotes">User Notes:
  • multimedia/videoutils/ffmpeg.xml

    r7afe2f1f rf1e103a  
    143143    documentation was built during the <command>make</command> process. If you
    144144    wish to create additional formats of the documentation, you must have
    145     <application>teTeX</application> installed, and issue the following
    146     commands:</para>
     145    <application>teTeX</application> or <xref linkend="texlive"/> installed,
     146    and issue the following commands:</para>
    147147
    148148<screen><userinput>cd doc &amp;&amp;
  • postlfs/security/gnupg.xml

    r7afe2f1f rf1e103a  
    9999make</userinput></screen>
    100100
    101     <para>If you have <xref linkend="tetex"/> installed and you wish to create
    102     documentation in alternate formats, issue the following command:</para>
     101    <para>If you have <xref linkend="tetex"/> or <xref linkend="texlive"/>
     102    installed and you wish to create documentation in alternate formats, issue
     103    the following command:</para>
    103104
    104105<screen><userinput>make -C doc pdf html</userinput></screen>
  • postlfs/security/gnupg2.xml

    r7afe2f1f rf1e103a  
    106106            --libexecdir=/usr/lib/gnupg2 \
    107107            --docdir=/usr/share/doc/gnupg-&gnupg2-version; &amp;&amp;
    108 make</userinput></screen>
    109 
    110     <para>If you have <xref linkend="tetex"/> installed and you wish to create
    111     documentation in alternate formats, issue the following commands:</para>
    112 
    113 <screen><userinput>make -C doc pdf ps html &amp;&amp;
    114 makeinfo --html --no-split -o doc/gnupg_nochunks.html \
    115                               doc/gnupg.texi &amp;&amp;
    116 makeinfo --plaintext -o doc/gnupg.txt doc/gnupg.texi</userinput></screen>
     108make
     109
     110makeinfo --html --no-split -o doc/gnupg_nochunks.html doc/gnupg.texi &amp;&amp;
     111makeinfo --plaintext       -o doc/gnupg.txt           doc/gnupg.texi</userinput></screen>
     112
     113    <para>If you have <xref linkend="tetex"/> or <xref linkend="texlive"/>
     114    installed and you wish to create documentation in alternate formats,
     115    issue the following commands:</para>
     116
     117<screen><userinput>make -C doc pdf ps html</userinput></screen>
    117118
    118119    <para>To test the results, issue: <command>make check</command>.</para>
     
    127128    -->
    128129
    129 <screen role="root"><userinput>make install</userinput></screen>
     130<screen role="root"><userinput>make install
     131
     132install -v -m755 -d /usr/share/doc/gnupg-&gnupg2-version;/html &amp;&amp;
     133install -v -m644    doc/gnupg_nochunks.html \
     134                    /usr/share/doc/gnupg-&gnupg2-version;/gnupg.html &amp;&amp;
     135install -v -m644    doc/*.texi doc/gnupg.txt \
     136                    /usr/share/doc/gnupg-&gnupg2-version;</userinput></screen>
    130137
    131138<!-- Documentation is installed by default -->
     
    144151    <systemitem class="username">root</systemitem> user:</para>
    145152
    146 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/gnupg-&gnupg2-version;/html &amp;&amp;
    147 install -v -m644 doc/gnupg.html/* \
     153<screen role="root"><userinput>install -v -m644 doc/gnupg.html/* \
    148154                 /usr/share/doc/gnupg-&gnupg2-version;/html &amp;&amp;
    149 install -v -m644 doc/gnupg_nochunks.html \
    150                  /usr/share/doc/gnupg-&gnupg2-version;/gnupg.html &amp;&amp;
    151 install -v -m644 doc/*.texi \
    152                  /usr/share/doc/gnupg-&gnupg2-version; &amp;&amp;
    153 install -v -m644 doc/gnupg.{pdf,dvi,ps,txt} \
     155install -v -m644 doc/gnupg.{pdf,dvi,ps} \
    154156                 /usr/share/doc/gnupg-&gnupg2-version;</userinput></screen>
    155157
  • postlfs/security/heimdal.xml

    r7afe2f1f rf1e103a  
    144144makeinfo --plaintext       -o doc/hx509.txt    doc/hx509.texi</userinput></screen>
    145145
    146     <para>If you have <xref linkend="tetex"/> installed and wish to create
    147     PDF and Postscript forms of the documentation, change into the
    148     <filename class='directory'>doc</filename> directory and issue any or all
    149     of the following commands:</para>
     146    <para>If you have <xref linkend="tetex"/> or <xref linkend="texlive"/>
     147    installed and wish to create PDF and Postscript forms of the documentation,
     148    change into the <filename class='directory'>doc</filename> directory and
     149    issue any or all of the following commands:</para>
    150150
    151151<screen><userinput>pushd doc                        &amp;&amp;
  • 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
  • pst/printing/gimp-print.xml

    r7afe2f1f rf1e103a  
    6969    <ulink url="http://www.linuxprinting.org/foomatic.html">Foomatic</ulink>,
    7070    <ulink url="http://www.linuxprinting.org/ijs/">IJS</ulink>,
    71     <xref linkend="tetex"/>,
     71    <xref linkend="tetex"/> or <xref linkend="texlive"/>,
    7272    <xref linkend="docbook-utils"/> and
    7373    <!-- <xref linkend="espgs"/> or --><xref linkend="gs"/></para>
  • pst/printing/gutenprint.xml

    r7afe2f1f rf1e103a  
    7373    <bridgehead renderas="sect4">Optional (to Regenerate Documentation)</bridgehead>
    7474    <para role="optional"><xref linkend="imagemagick"/>,
    75     <xref linkend="tetex"/>,
     75    <xref linkend="tetex"/> or <xref linkend="texlive"/>,
    7676    <xref linkend="doxygen"/>, and
    7777    <xref linkend="docbook-utils"/></para>
  • pst/ps/a2ps.xml

    r7afe2f1f rf1e103a  
    9191    <bridgehead renderas="sect4">Optional</bridgehead>
    9292    <para role="optional"><xref linkend="x-window-system"/>,
    93     <xref linkend="tetex"/>,
     93    <xref linkend="tetex"/> or <xref linkend="texlive"/>,
    9494    <xref linkend="gs"/><!-- or <xref linkend="espgs"/> -->,
    9595    <ulink
  • pst/ps/enscript.xml

    r7afe2f1f rf1e103a  
    9393            --localstatedir=/var \
    9494            --with-media=Letter &amp;&amp;
    95 make</userinput></screen>
    96 
    97     <para>Though it is very sparse, if you have <xref linkend="tetex"/>
    98     installed, you can create alternate forms of the documentation by issuing
    99     any or all of the following commands:</para>
    100 
    101 <screen><userinput>make -C docs ps &amp;&amp;
    102 make -C docs pdf &amp;&amp;
    103 
    104 cd docs &amp;&amp;
    105 texi2html enscript.texi &amp;&amp;
    106 makeinfo --plaintext -o enscript.txt enscript.texi &amp;&amp;
    107 cd ..</userinput></screen>
     95make &amp;&amp;
     96
     97makeinfo --html            -o docs/html          enscript.texi &amp;&amp;
     98makeinfo --html --no-split -o docs/enscript.html enscript.texi &amp;&amp;
     99makeinfo --plaintext       -o enscript.txt       enscript.texi</userinput></screen>
     100
     101    <para>If you have <xref linkend="tetex"/> or <xref linkend="texlive"/>
     102    installed, you can create Postscript and PDF documentation by issuing
     103    the following command:</para>
     104
     105<screen><userinput>make -C docs ps pdf</userinput></screen>
    108106
    109107    <para>To test the results, issue: <command>make check</command>.</para>
     
    112110
    113111<screen role="root"><userinput>make install &amp;&amp;
    114 install -v -m755 -d /usr/share/doc/enscript-&enscript-version; &amp;&amp;
    115 install -v -m644 README* *.txt docs/FAQ.html \
    116     /usr/share/doc/enscript-&enscript-version;</userinput></screen>
    117 
    118     <para>If you built any of the alternate forms of documentation, install it
     112
     113install -v -m755 -d /usr/share/doc/enscript-&enscript-version;/html &amp;&amp;
     114install -v -m644    docs/html/* \
     115                    /usr/share/doc/enscript-&enscript-version;/html &amp;&amp;
     116install -v -m644    README* *.txt docs/{FAQ.html,enscript.{html,txt}} \
     117                    /usr/share/doc/enscript-&enscript-version;</userinput></screen>
     118
     119    <para>If you built Postscript and PDF documentation, install it
    119120    using the following command as the
    120121    <systemitem class="username">root</systemitem> user:</para>
    121122
    122 <screen role="root"><userinput>install -v -m644 docs/*.{dvi,html,pdf,ps,txt} \
    123     /usr/share/doc/enscript-&enscript-version;</userinput></screen>
     123<screen role="root"><userinput>install -v -m644 docs/*.{dvi,pdf,ps} \
     124                 /usr/share/doc/enscript-&enscript-version;</userinput></screen>
    124125
    125126  </sect2>
  • pst/scanning/sane.xml

    r7afe2f1f rf1e103a  
    102102    <ulink url="http://cyberelk.net/tim/libieee1284/">libieee1284</ulink>,
    103103    <ulink url="http://www.gphoto.org/">libgphoto2</ulink>, and
    104     <xref linkend="tetex"/></para>
     104    <xref linkend="tetex"/> or <xref linkend="texlive"/></para>
    105105
    106106    <bridgehead renderas="sect4">Optional (Front Ends)</bridgehead>
  • pst/typesetting/jadetex.xml

    r7afe2f1f rf1e103a  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    186
    197  <!ENTITY jadetex-download-http "&sourceforge-repo;/jadetex/jadetex-&jadetex-version;.tar.gz">
     
    4634    <application>JadeTeX</application> transforms high level LaTeX macros into
    4735    DVI/PostScript and Portable Document Format (PDF) forms.</para>
     36
     37    <important>
     38      <para>Do not install this package if you have already installed
     39      <xref linkend="texlive"/>. The <application>TeX Live</application>
     40      installation includes the <application>JadeTeX</application>
     41      components.</para>
     42    </important>
    4843
    4944    &lfs67_checked;
  • pst/typesetting/typesetting.xml

    r7afe2f1f rf1e103a  
    1919  typesetting.</para>
    2020
     21  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="texlive.xml"/>
    2122  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tetex.xml"/>
    2223  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="jadetex.xml"/>
  • server/major/bind.xml

    r7afe2f1f rf1e103a  
    7474
    7575    <bridgehead renderas="sect4">Optional (to rebuild documentation)</bridgehead>
    76     <para role="optional"><xref linkend="tetex"/> and
     76    <para role="optional"><xref linkend="tetex"/> or
     77    <xref linkend="texlive"/>, and
    7778    <xref linkend="libxslt"/></para>
    7879
  • xsoft/office/gnucash.xml

    r7afe2f1f rf1e103a  
    130130    have <xref linkend="doxygen"/> and <xref linkend="graphviz"/> installed,
    131131    then issue: <command>make doc</command>. If you wish to create the API
    132     Design Guide in several formats, you must have <xref linkend="tetex"/>
    133     installed and issue:
     132    Design Guide in several formats, you must have <xref linkend="tetex"/> or
     133    <xref linkend="texlive"/> installed and issue:
    134134    <command>make -C src/doc/design html pdf ps</command>.</para>
    135135
Note: See TracChangeset for help on using the changeset viewer.