Changeset 4ff86b9


Ignore:
Timestamp:
05/30/2005 05:49:09 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.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:
bbdb0ff4
Parents:
845e9193
Message:

Removed spaces from blank lines and excess spaces from the end of XML data

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r845e9193 r4ff86b9  
    3636        cd $(BASEDIR); sed -i -e "s@../stylesheets@stylesheets@g" *.html
    3737        cd $(BASEDIR); sed -i -e "s@../images@images@g" *.html
    38         sh goTidy $(BASEDIR)/ 
     38        sh goTidy $(BASEDIR)/
    3939
    4040nochunks:
     
    4343        --output $(BASEDIR)/$(NOCHUNKS_OUTPUT) \
    4444          stylesheets/blfs-nochunks.xsl index.xml
    45  
     45
    4646        tidy -config tidy.conf $(BASEDIR)/$(NOCHUNKS_OUTPUT) || true
    47  
     47
    4848        sed -i -e "s@text/html@application/xhtml+xml@g"  \
    4949          $(BASEDIR)/$(NOCHUNKS_OUTPUT)
     
    8888        xmllint --noout --nonet --xinclude --postvalid index.xml
    8989
    90 blfs-patch-list: 
     90blfs-patch-list:
    9191        @echo "Generating blfs-patch-list..."
    9292        xsltproc --xinclude --nonet \
  • README

    r845e9193 r4ff86b9  
    4545rm blfs.fo
    4646mv blfs.pdf $(BASEDIR)/pdf
    47                                                          
    4847
  • template/README

    r845e9193 r4ff86b9  
    11This is a generic template.
    2  
     2
    33Makes a copy of the file and edit as needed.
    44
  • template/template.xml

    r845e9193 r4ff86b9  
    195195      <para>To automatically start the <command>TEMPLATE</command> daemon
    196196      when the system is rebooted, install the
    197       <filename>/etc/rc.d/init.d/TEMPLATE</filename> 
     197      <filename>/etc/rc.d/init.d/TEMPLATE</filename>
    198198      bootscript from the
    199199      <xref linkend="intro-important-bootscripts"/> package.</para>
  • xsoft/office/gnumeric.xml

    r845e9193 r4ff86b9  
    116116    <filename class="directory">/var/lib/scrollkeeper</filename> instead of
    117117    <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>. This
    118     switch may not be applicable if you don't have <xref linkend="yelp"/> 
     118    switch may not be applicable if you don't have <xref linkend="yelp"/>
    119119    installed, but won't affect the build otherwise.</para>
    120120
     
    122122    configuration files in <filename class="directory">/etc/gnome</filename>
    123123    instead of <filename class="directory">$GNOME_PREFIX/etc</filename>. This
    124     switch may not be applicable if you don't have <xref linkend="GConf"/> 
     124    switch may not be applicable if you don't have <xref linkend="GConf"/>
    125125    installed, but won't affect the build otherwise..</para>
    126126
Note: See TracChangeset for help on using the changeset viewer.