Changeset 5c409d3 for pst/ps


Ignore:
Timestamp:
05/08/2012 07:13:26 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:
3134860
Parents:
3ee626e
Message:

Tag enscript and clean up instructions.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/enscript.xml

    r3ee626e r5c409d3  
    3636    <para><application>Enscript</application> converts ASCII text files
    3737    to PostScript, HTML, RTF, ANSI and overstrikes.</para>
     38
     39    &lfs70_checked;
    3840
    3941    <caution>
     
    8991
    9092<screen><userinput>patch -Np1 -i ../enscript-&enscript-version;-security_fixes-1.patch &amp;&amp;
    91 ./configure --prefix=/usr \
     93./configure --prefix=/usr              \
    9294            --sysconfdir=/etc/enscript \
    93             --localstatedir=/var \
     95            --localstatedir=/var       \
    9496            --with-media=Letter &amp;&amp;
    95 make &amp;&amp;
    96 
    97 makeinfo --html            -o docs/html          enscript.texi &amp;&amp;
    98 makeinfo --html --no-split -o docs/enscript.html enscript.texi &amp;&amp;
    99 makeinfo --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>
     97make</userinput></screen>
     98
     99    <para>If you have <xref linkend="texlive"/> installed, you can create
     100    Postscript and PDF documentation by issuing the following command:</para>
    104101
    105102<screen><userinput>make -C docs ps pdf</userinput></screen>
     
    111108<screen role="root"><userinput>make install &amp;&amp;
    112109
    113 install -v -m755 -d /usr/share/doc/enscript-&enscript-version;/html &amp;&amp;
    114 install -v -m644    docs/html/* \
    115                     /usr/share/doc/enscript-&enscript-version;/html &amp;&amp;
    116 install -v -m644    README* *.txt docs/{FAQ.html,enscript.{html,txt}} \
     110install -v -m755 -d /usr/share/doc/enscript-&enscript-version; &amp;&amp;
     111install -v -m644    README* *.txt docs/FAQ.html \
    117112                    /usr/share/doc/enscript-&enscript-version;</userinput></screen>
    118113
Note: See TracChangeset for help on using the changeset viewer.