Changeset 3001a42


Ignore:
Timestamp:
08/29/2004 07:50:52 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
c863747
Parents:
8b320e7
Message:

Removed index-pdf.xml -- use index.xml for both now. Moved acknowledgements to appendixa

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4068 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
1 deleted
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • Makefile

    r8b320e7 r3001a42  
    2121          $(BASEDIR)/images
    2222        cd $(BASEDIR)/; sed -i -e "s@../stylesheets@stylesheets@g" \
    23           index.html part1.html part2.html part3.html longindex.html
     23          *.html
    2424        cd $(BASEDIR)/; sed -i -e "s@../images@images@g" \
    25           index.html part1.html part2.html part3.html longindex.html
     25          *.html
    2626
    2727        sh goTidy $(BASEDIR)/
     
    4242pdf:
    4343        xsltproc --xinclude --nonet --stringparam profile.condition print \
    44                 --output $(BASEDIR)/lfs-pdf.xml stylesheets/lfs-profile.xsl index-pdf.xml
     44                --output $(BASEDIR)/lfs-pdf.xml stylesheets/lfs-profile.xsl index.xml
    4545        xsltproc --nonet --output $(BASEDIR)/lfs-pdf.fo stylesheets/lfs-pdf.xsl \
    4646                $(BASEDIR)/lfs-pdf.xml
  • appendixa/acknowledgments.xml

    r8b320e7 r3001a42  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-scatter-acknowledgments">
     6<appendix id="appendixa" xreflabel="Appendix A">
     7<?dbhtml dir="appendixa"?>
     8<title/>
     9<?dbhtml filename="acknowledgements.html"?>
     10
     11<sect1 id="appendixa-acknowledgments">
    712<title>Acknowledgments</title>
    8 <?dbhtml filename="acknowledgements.html"?>
    913
    1014<para>We would like to thank the following people and organizations
     
    305309</sect1>
    306310
     311</appendix>
     312
  • index.xml

    r8b320e7 r3001a42  
    1111-->
    1212<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="prologue/preface.xml"/>
    13 
    1413
    1514<part id="part1">
     
    3635<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chapter09/chapter09.xml"/>
    3736</part>
     37
     38<part id="part4">
     39<title>Appendices</title>
     40<?dbhtml filename="part4.html"?>
     41<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendixa/acknowledgments.xml"/>
     42</part>
     43
    3844<index/>
    3945
    4046</book>
     47
  • prologue/preface.xml

    r8b320e7 r3001a42  
    1313<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="prerequisites.xml"/>
    1414<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="typography.xml"/>
    15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="acknowledgments.xml"/>
    1615<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="organization.xml"/>
    1716
  • stylesheets/xhtml/lfs-index.xsl

    r8b320e7 r3001a42  
    1717
    1818    <!--Title-->
    19   <xsl:param name="index-title">Index of Packages and Important Installed Files</xsl:param>
     19  <xsl:param name="index-title">Index</xsl:param>
    2020 
    2121  <xsl:template match="index" mode="title.markup">
Note: See TracChangeset for help on using the changeset viewer.