Changeset 27d0323 for general/prog


Ignore:
Timestamp:
12/05/2011 10:58:00 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
7c472863
Parents:
da43460
Message:

Remove tetex

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

Location:
general/prog
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cvs.xml

    rda43460 r27d0323  
    131131make</userinput></screen>
    132132
    133     <para>If you have <xref linkend="tetex"/> or <xref linkend="texlive"/>
     133    <para>If you have <!--<xref linkend="tetex"/> or--> <xref linkend="texlive"/>
    134134    installed and wish to create DVI, Postscript, HTML or text docs from the
    135135    documentation source files, issue the following command:</para>
  • general/prog/doxygen.xml

    rda43460 r27d0323  
    7777    <xref linkend="graphviz"/>,
    7878    <xref linkend="python"/>,
    79     <xref linkend="tetex"/> or <xref linkend="texlive"/>,
     79    <!--<xref linkend="tetex"/> or--> <xref linkend="texlive"/>,
    8080    <!-- <xref linkend="espgs"/> or --><xref linkend="gs"/></para>
    8181
     
    135135    need to use the language translation features, you must have
    136136    <xref linkend="python"/> installed. If you require formulas to
    137     create PDF documentation, then you must have <xref linkend="tetex"/> or
     137    create PDF documentation, then you must have <!--<xref linkend="tetex"/> or-->
    138138    <xref linkend="texlive"/> installed. If you require formulas to convert
    139139    PostScript files to bitmaps, then you must have <xref linkend="gs"/>
  • general/prog/guile.xml

    rda43460 r27d0323  
    100100makeinfo --plaintext -o doc/ref/guile.txt   doc/ref/guile.texi</userinput></screen>
    101101
    102     <para>If you have <xref linkend="tetex"/> or <xref linkend="texlive"/>
     102    <para>If you have <!--<xref linkend="tetex"/> or--> <xref linkend="texlive"/>
    103103    installed and wish to build alternate formats (PDF and postscript) of the
    104104    documentation, issue the following commands:</para>
  • general/prog/nasm.xml

    rda43460 r27d0323  
    6666    </itemizedlist>
    6767
    68     <!--
    69     <bridgehead renderas="sect3">NASM Dependencies</bridgehead>
    70 
    71     <bridgehead renderas="sect4">Optional (for Building Documentation)</bridgehead>
    72     <para role="optional"><xref linkend="tetex"/> or
    73     <xref linkend="texlive"/>, and
    74     <xref linkend="espgs"/> or <xref linkend="gs"/></para>
    75     -->
    76 
    7768    <para condition="html" role="usernotes">User Notes:
    7869    <ulink url="&blfs-wiki;/nasm"/></para>
     
    9687make</userinput></screen>
    9788
    98 <!-- make -C rdoff/doc &amp;&amp;
    99 make -C rdoff/doc html &amp;&amp;
    100 makeinfo - -html - -no-split -o rdoff/doc/rdoff.html \
    101                               rdoff/doc/rdoff.texi &amp;&amp;
    102 makeinfo - -plaintext       -o rdoff/doc/rdoff.txt  \
    103                               rdoff/doc/rdoff.texi</userinput></screen>
    104 
    105     <para>To build the base <application>NASM</application>
    106     documentation, ensure you have <xref linkend="gs"/> installed and
    107     issue:</para>
    108 
    109 <screen><userinput>make doc</userinput></screen>
    110 
    111     <para>To build the RDOFF PDF and Postscript documentation,
    112     ensure you have <xref linkend="tetex"/> or <xref linkend="texlive"/>
    113     installed and issue:</para>
    114 
    115 <screen><userinput>sed -i -e "s/dvips \$&lt;/&amp; -o rdoff.ps/" rdoff/doc/Makefile &amp;&amp;
    116 make -C rdoff/doc pdf &amp;&amp;
    117 make -C rdoff/doc ps</userinput></screen>
    118 -->
    11989    <para>This package does not come with a test suite.</para>
    12090
Note: See TracChangeset for help on using the changeset viewer.