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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.