Ignore:
Timestamp:
02/11/2013 06:51:17 PM (11 years ago)
Author:
Randy McMurchy <randy@…>
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:
8f83eeb
Parents:
a161de9
Message:

Removed extraneous spaces from blank lines and at the end of lines in the .xml

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/udev-extras.xml

    ra161de9 r0d7900a  
    55  %general-entities;
    66
    7   <!ENTITY systemd-download-http "http://www.freedesktop.org/wiki/Software/systemd/"> 
     7  <!ENTITY systemd-download-http "http://www.freedesktop.org/wiki/Software/systemd/">
    88  <!ENTITY systemd-download-ftp  " ">
    99  <!-- <!ENTITY udev-md5sum        " "> -->
     
    3636    complex.  It is not compatible with the LFS bootscripts and has many
    3737    problems and few advantages for most LFS users.</para>
    38    
     38
    3939    <para>The procedures below extract libraries and programs from the systemd
    4040    sources that could not be built in LFS due to library dependency
     
    8484      <xref linkend="glib2"/> (for the gudev library),
    8585      <xref linkend="gperf"/> (for keymap), and
    86       <xref linkend="gobject-introspection"/> (for gir-data, needed for Gnome) 
     86      <xref linkend="gobject-introspection"/> (for gir-data, needed for Gnome)
    8787    </para>
    8888
     
    118118<screen><userinput>make -f udev-lfs-186/Makefile.lfs keymap</userinput></screen>
    119119
    120     <para>To install <command>keymap</command> and its associated files, 
     120    <para>To install <command>keymap</command> and its associated files,
    121121    issue the following command as the
    122122    <systemitem class="username">root</systemitem> user:</para>
     
    131131    <para>To build the <application>libgudev-1.0</application> library and
    132132    interface files, run:</para>
    133    
     133
    134134<screen><userinput>make -f udev-lfs-186/Makefile.lfs gudev</userinput></screen>
    135135
     
    147147    interface (gir) files for the <filename
    148148    class='libraryfile'>libgudev-1.0</filename> library, run:</para>
    149    
     149
    150150<screen><userinput>make -f udev-lfs-186/Makefile.lfs gir-data</userinput></screen>
    151151
     
    183183      <seglistitem>
    184184        <seg>findkeyboards, keyboard-force-release.sh, and keymap</seg>
    185  
     185
    186186        <seg>libgudev-1.0.so</seg>
    187        
     187
    188188        <seg>/lib/udev/keymaps/force-release,
    189189             /usr/include/gudev-1.0/gudev,
Note: See TracChangeset for help on using the changeset viewer.