mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Update cvs for LFS-7.2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10824 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
42cd941f15
commit
cc4dfdfd2d
@ -35,7 +35,7 @@
|
||||
These instructions install the client used to manipulate the repository,
|
||||
creation of a repository is covered at <xref linkend="cvsserver"/>.</para>
|
||||
|
||||
&lfs71_checked;
|
||||
&lfs72_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -124,6 +124,10 @@
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../cvs-&cvs-version;-zlib-1.patch</userinput></screen>
|
||||
|
||||
<para>Now fix a conflict with newer libraries:</para>
|
||||
|
||||
<screen><userinput>sed -i -e 's/getline /get_line /' lib/getline.{c,h}</userinput></screen>
|
||||
|
||||
<para>Install <application>CVS</application> by running
|
||||
the following commands:</para>
|
||||
|
||||
@ -131,10 +135,10 @@
|
||||
make</userinput></screen>
|
||||
|
||||
<para>If you have <xref linkend="texlive"/>
|
||||
installed and wish to create DVI, Postscript, HTML or text docs from the
|
||||
installed and wish to create HTML or text docs from the
|
||||
documentation source files, issue the following command:</para>
|
||||
|
||||
<screen><userinput>make -C doc html txt dvi ps</userinput></screen>
|
||||
<screen><userinput>make -C doc html txt</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>. This will
|
||||
take quite a while. If you don't have <command>rsh</command> configured for
|
||||
@ -160,7 +164,8 @@ install -v -m644 doc/*.pdf /usr/share/doc/cvs-&cvs-version;</userinput></screen>
|
||||
the following commands as the
|
||||
<systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role='root'><userinput>install -v -m644 doc/*.{ps,dvi,txt} /usr/share/doc/cvs-&cvs-version; &&
|
||||
<screen role='root'><userinput>i
|
||||
install -v -m644 doc/*.txt /usr/share/doc/cvs-&cvs-version; &&
|
||||
install -v -m755 -d /usr/share/doc/cvs-&cvs-version;/html/cvs{,client} &&
|
||||
install -v -m644 doc/cvs.html/* \
|
||||
/usr/share/doc/cvs-&cvs-version;/html/cvs &&
|
||||
|
Loading…
Reference in New Issue
Block a user