Ignore:
Timestamp:
12/28/2013 11:00:28 AM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
8c80238
Parents:
5844df8c
Message:

Reformat Subversion-1.8.5.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/subversion.xml

    r5844df8c r4b33d7d5  
    151151      If you passed the <option>--enable-javahl</option> parameter to
    152152      <command>configure</command> and wish to build the Java bindings, issue
    153       the following command: <command>make javahl</command>
    154     </para>
    155 
     153      the following command:
     154    </para>
     155    <para>
     156      <screen><command>make javahl</command></screen>
     157    </para>
    156158
    157159    <para>
     
    160162      <filename>Makefile</filename> will prevent the
    161163      <application>Perl</application> bindings compiling correctly. Fix the
    162       <filename>Makefile</filename> with this sed:
    163       <command>sed -i 's#Makefile.PL.in$#&amp; libsvn_swig_perl#' Makefile.in</command>
     164      <filename>Makefile</filename> with:
     165    </para>
     166    <para>
     167     <screen><command>sed -i 's#Makefile.PL.in$#&amp; libsvn_swig_perl#' Makefile.in</command></screen>
    164168    </para>
    165169
     
    170174    </para>
    171175    <para>
    172       <literallayout><command>make swig-pl</command> for <application>Perl</application>,
     176      <screen><command>make swig-pl</command> # for <application>Perl</application>
    173177<command>make swig-py \
    174178     swig_pydir=/usr/lib/python&python2-majorver;/site-packages/libsvn \
    175      swig_pydir_extra=/usr/lib/python&python2-majorver;/site-packages/svn</command> for <application>Python</application>,
    176 <command>make swig-rb</command> for <application>Ruby</application>.
    177       </literallayout>
     179     swig_pydir_extra=/usr/lib/python&python2-majorver;/site-packages/svn</command> # for <application>Python</application>
     180<command>make swig-rb</command> # for <application>Ruby</application></screen>
    178181    </para>
    179182
     
    210213      If you built the Java bindings, issue the following command as the
    211214      <systemitem class="username">root</systemitem> user to install them:
    212       <command>make install-javahl</command>
    213     </para>
    214 
     215    </para>
     216    <para>
     217     <screen> <command>make install-javahl</command></screen>
     218    </para>
    215219
    216220    <para>
     
    222226    </para>
    223227    <para>
    224       <literallayout><command>make install-swig-pl</command>
     228      <screen><command>make install-swig-pl</command>
    225229<command>make install-swig-py \
    226230      swig_pydir=/usr/lib/python&python2-majorver;/site-packages/libsvn \
    227231      swig_pydir_extra=/usr/lib/python&python2-majorver;/site-packages/svn</command>
    228 <command>make install-swig-rb</command></literallayout>
     232<command>make install-swig-rb</command></screen>
    229233    </para>
    230234
Note: See TracChangeset for help on using the changeset viewer.