Changeset 5d678ec


Ignore:
Timestamp:
01/10/2006 02:24:59 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
5e9008a
Parents:
5d1d9df
Message:

Corrections to the CVS instructions: fixed broken download URLs and corrected documentation installation commands

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/cvs.xml

    r5d1d9df r5d678ec  
    55  %general-entities;
    66
    7   <!ENTITY cvs-download-http "http://ftp.gnu.org/non-gnu/cvs/cvs-&cvs-version;.tar.bz2">
    8   <!ENTITY cvs-download-ftp  "ftp://ftp.gnu.org/non-gnu/cvs/cvs-&cvs-version;.tar.bz2">
     7  <!ENTITY cvs-download-http "http://ftp.gnu.org/non-gnu/cvs/source/stable/&cvs-version;/cvs-&cvs-version;.tar.bz2">
     8  <!ENTITY cvs-download-ftp  "ftp://ftp.gnu.org/non-gnu/cvs/source/stable/&cvs-version;/cvs-&cvs-version;.tar.bz2">
    99  <!ENTITY cvs-md5sum        "54dd9eeb0648c9eef680df7cb26c710e">
    1010  <!ENTITY cvs-size          "2.8 MB">
    11   <!ENTITY cvs-buildsize     "22 MB">
    12   <!ENTITY cvs-time          "0.3 SBU (additional 19.1 SBU to run the test suite)">
     11  <!ENTITY cvs-buildsize     "30.5 MB">
     12  <!ENTITY cvs-time          "0.3 SBU (additional ~20 SBU to run the test suite)">
    1313]>
    1414
     
    7979    (for the GSSAPI libraries),
    8080    <xref linkend="gs"/> or <xref linkend="espgs"/>, and
    81     <ulink url="../server/mail.html">an MTA</ulink></para>
     81    <xref linkend="sendmail"/> (or any other
     82    <ulink url="../server/mail.html">MTA</ulink> that provides a
     83    <command>sendmail</command> command)</para>
    8284
    8385  </sect2>
     
    101103make</userinput></screen>
    102104
    103     <para>If you have <xref linkend="tex"/> installed and wish to create PDF,
    104     HTML or text docs from the documentation source files, issue any or all of
    105     the following commands:</para>
     105    <para>If you have <xref linkend="tex"/> installed and wish to create
     106    Postscript, HTML or text docs from the documentation source files, issue
     107    any or all of the following commands:</para>
    106108
    107109<screen><userinput>cd doc &amp;&amp;
    108 texi2dvi --pdf --batch cvs.texinfo &amp;&amp;
    109 texi2dvi --pdf --batch cvsclient.texi &amp;&amp;
     110texi2dvi cvs.texinfo &amp;&amp;
     111texi2dvi cvsclient.texi &amp;&amp;
     112dvips -o cvs.ps cvs.dvi &amp;&amp;
     113dvips -o cvsclient.ps cvsclient.dvi &amp;&amp;
    110114texi2html cvs.texinfo &amp;&amp;
    111115texi2html cvsclient.texi &amp;&amp;
    112 makeinfo --plaintext cvs.texinfo &gt;cvs.txt &amp;&amp;
    113 makeinfo --plaintext cvsclient.texi &gt;cvsclient.txt &amp;&amp;
     116makeinfo --plaintext -o cvs.txt cvs.texinfo &amp;&amp;
     117makeinfo --plaintext -o cvsclient.txt cvsclient.texi &amp;&amp;
    114118cd ..</userinput></screen>
    115119
    116     <para>To test the results, issue: <command>make check</command>.</para>
     120    <para>To test the results, issue: <command>make check</command>. This will
     121    take quite a while.</para>
    117122
    118123    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    120125<screen role='root'><userinput>make install &amp;&amp;
    121126install -v -m755 -d /usr/share/doc/cvs-&cvs-version; &amp;&amp;
     127install -v -m644 FAQ README /usr/share/doc/cvs-&cvs-version; &amp;&amp;
    122128install -v -m644 doc/*.pdf /usr/share/doc/cvs-&cvs-version;</userinput></screen>
    123129
     
    126132    <systemitem class="username">root</systemitem> user:</para>
    127133
    128 <screen role='root'><userinput>install -v -m644 doc/*.{pdf,html,txt} /usr/share/doc/cvs-&cvs-version;</userinput></screen>
     134<screen role='root'><userinput>install -v -m644 doc/*.{ps,dvi,html,txt} /usr/share/doc/cvs-&cvs-version;</userinput></screen>
    129135
    130136  </sect2>
  • general.ent

    r5d1d9df r5d678ec  
    1 <!ENTITY day          "09">
     1<!ENTITY day          "10">
    22<!ENTITY month        "01">
    33<!ENTITY year         "2006">
  • introduction/welcome/changelog.xml

    r5d1d9df r5d678ec  
    4343
    4444    <listitem>
     45      <para>January 10th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Corrections to the CVS instructions: fixed broken
     49          download URLs and corrected documentation installation
     50          commands.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4556      <para>January 9th, 2006</para>
    4657      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.