Author: fernando
Date: Sat Dec 28 03:00:28 2013
New Revision: 12465
Log:
Reformat Subversion-1.8.5.
Modified:
trunk/BOOK/general/prog/subversion.xml
trunk/BOOK/introduction/welcome/changelog.xml
Modified: trunk/BOOK/general/prog/subversion.xml
==============================================================================
--- trunk/BOOK/general/prog/subversion.xml Sat Dec 28 01:49:37 2013
(r12464)
+++ trunk/BOOK/general/prog/subversion.xml Sat Dec 28 03:00:28 2013
(r12465)
@@ -150,17 +150,21 @@
<para>
If you passed the <option>--enable-javahl</option> parameter to
<command>configure</command> and wish to build the Java bindings, issue
- the following command: <command>make javahl</command>
+ the following command:
+ </para>
+ <para>
+ <screen><command>make javahl</command></screen>
</para>
-
<para>
If you have a multi core CPU and normally run <command>make</command>
with
multiple jobs (eg <command>make -j4</command>) then a bug in the
<filename>Makefile</filename> will prevent the
<application>Perl</application> bindings compiling correctly. Fix the
- <filename>Makefile</filename> with this sed:
- <command>sed -i 's#Makefile.PL.in$#& libsvn_swig_perl#'
Makefile.in</command>
+ <filename>Makefile</filename> with:
+ </para>
+ <para>
+ <screen><command>sed -i 's#Makefile.PL.in$#& libsvn_swig_perl#'
Makefile.in</command></screen>
</para>
<para>
@@ -169,12 +173,11 @@
bindings, issue any of the following command:
</para>
<para>
- <literallayout><command>make swig-pl</command> for
<application>Perl</application>,
+ <screen><command>make swig-pl</command> # for
<application>Perl</application>
<command>make swig-py \
swig_pydir=/usr/lib/python&python2-majorver;/site-packages/libsvn \
-
swig_pydir_extra=/usr/lib/python&python2-majorver;/site-packages/svn</command>
for <application>Python</application>,
-<command>make swig-rb</command> for <application>Ruby</application>.
- </literallayout>
+
swig_pydir_extra=/usr/lib/python&python2-majorver;/site-packages/svn</command>
# for <application>Python</application>
+<command>make swig-rb</command> # for <application>Ruby</application></screen>
</para>
<para>
@@ -209,9 +212,10 @@
<para>
If you built the Java bindings, issue the following command as the
<systemitem class="username">root</systemitem> user to install them:
- <command>make install-javahl</command>
</para>
-
+ <para>
+ <screen> <command>make install-javahl</command></screen>
+ </para>
<para>
If you built the <application>Perl</application>,
@@ -221,11 +225,11 @@
to install them:
</para>
<para>
- <literallayout><command>make install-swig-pl</command>
+ <screen><command>make install-swig-pl</command>
<command>make install-swig-py \
swig_pydir=/usr/lib/python&python2-majorver;/site-packages/libsvn \
swig_pydir_extra=/usr/lib/python&python2-majorver;/site-packages/svn</command>
-<command>make install-swig-rb</command></literallayout>
+<command>make install-swig-rb</command></screen>
</para>
</sect2>
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sat Dec 28 01:49:37
2013 (r12464)
+++ trunk/BOOK/introduction/welcome/changelog.xml Sat Dec 28 03:00:28
2013 (r12465)
@@ -47,6 +47,9 @@
<para>December 28th, 2013</para>
<itemizedlist>
<listitem>
+ <para>[fernando] - Reformat Subversion-1.8.5 page.</para>
+ </listitem>
+ <listitem>
<para>[thomas] - Fix url in phonon-backend-gstreamer.</para>
</listitem>
</itemizedlist>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page