Changeset d22b61d


Ignore:
Timestamp:
07/30/2006 06:12:19 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
e6a5a46
Parents:
58f1a365
Message:

Activated the pdf Makefile target for final releases.
Removed Changelog and What's New pages from PDF output.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r58f1a365 rd22b61d  
    3434
    3535# Uncomment this for testing and stable versions
    36 #pdf:
    37 #       xsltproc --xinclude --nonet --stringparam profile.condition pdf \
    38 #               --output $(BASEDIR)/lfs-pdf.xml stylesheets/lfs-profile.xsl index.xml
    39 #       xsltproc --nonet --output $(BASEDIR)/lfs-pdf.fo stylesheets/lfs-pdf.xsl \
    40 #               $(BASEDIR)/lfs-pdf.xml
    41 #       sed -i -e "s/inherit/all/" $(BASEDIR)/lfs-pdf.fo
    42 #       fop.sh $(BASEDIR)/lfs-pdf.fo $(BASEDIR)/$(PDF_OUTPUT)
    43 #       rm $(BASEDIR)/lfs-pdf.xml $(BASEDIR)/lfs-pdf.fo
     36pdf:
     37        xsltproc --xinclude --nonet --stringparam profile.condition pdf \
     38                --output $(BASEDIR)/lfs-pdf.xml stylesheets/lfs-profile.xsl index.xml
     39        xsltproc --nonet --output $(BASEDIR)/lfs-pdf.fo stylesheets/lfs-pdf.xsl \
     40                $(BASEDIR)/lfs-pdf.xml
     41        sed -i -e "s/inherit/all/" $(BASEDIR)/lfs-pdf.fo
     42        fop.sh $(BASEDIR)/lfs-pdf.fo $(BASEDIR)/$(PDF_OUTPUT)
     43        rm $(BASEDIR)/lfs-pdf.xml $(BASEDIR)/lfs-pdf.fo
    4444
    4545# Remove this for testing and stable versions
    46 pdf:
    47         xsltproc --xinclude --nonet --output $(BASEDIR)/lfs-pdf.fo \
    48                 stylesheets/lfs-pdf.xsl index.xml
    49         sed -i -e "s/inherit/all/" $(BASEDIR)/lfs-pdf.fo
    50         fop.sh $(BASEDIR)/lfs-pdf.fo $(BASEDIR)/$(PDF_OUTPUT)
    51         rm $(BASEDIR)/lfs-pdf.fo
     46# pdf:
     47#       xsltproc --xinclude --nonet --output $(BASEDIR)/lfs-pdf.fo \
     48#               stylesheets/lfs-pdf.xsl index.xml
     49#       sed -i -e "s/inherit/all/" $(BASEDIR)/lfs-pdf.fo
     50#       fop.sh $(BASEDIR)/lfs-pdf.fo $(BASEDIR)/$(PDF_OUTPUT)
     51#       rm $(BASEDIR)/lfs-pdf.fo
    5252
    5353nochunks:
  • chapter01/changelog.xml

    r58f1a365 rd22b61d  
    66]>
    77
    8 <sect1 id="ch-scatter-changelog">
     8<sect1 id="ch-scatter-changelog" condition="html">
    99  <?dbhtml filename="changelog.html"?>
    1010
     
    5050      </itemizedlist>
    5151    </listitem>
    52    
     52
    5353    <listitem>
    5454      <para>July 21, 2006</para>
     
    8989      <itemizedlist>
    9090        <listitem>
    91           <para>[bdubbs] - Several textual corrections.  Thanks to 
     91          <para>[bdubbs] - Several textual corrections.  Thanks to
    9292          Chris Staub.</para>
    9393        </listitem>
    9494      </itemizedlist>
    9595    </listitem>
    96    
     96
    9797    <listitem>
    9898      <para>July 15, 2006</para>
     
    112112        </listitem>
    113113        <listitem>
    114           <para>[bdubbs] - Updated text concerning test failures in 
     114          <para>[bdubbs] - Updated text concerning test failures in
    115115          glibc to describe the most recent results.</para>
    116116        </listitem>
     
    124124          <para>[bdubbs] - Moved the executables: nice, find, kbd_mode,
    125125          openvt, and setfont to /bin to support boot scripts.
    126           Added --datadir=/lib/kbd to kbd's configure so that keyboard 
     126          Added --datadir=/lib/kbd to kbd's configure so that keyboard
    127127          data will always be on the root partition.
    128128          </para>
    129129        </listitem>
    130130        <listitem>
    131           <para>[bdubbs] - Updated text in section 7.9 (The Bash 
     131          <para>[bdubbs] - Updated text in section 7.9 (The Bash
    132132          Shell Startup Files) to better explain the Xlib example.
    133133          </para>
     
    181181      <itemizedlist>
    182182        <listitem>
    183           <para>[bdubbs] - Changed url for the SBU pages to a generic 
     183          <para>[bdubbs] - Changed url for the SBU pages to a generic
    184184          location.</para>
    185185        </listitem>
    186186        <listitem>
    187           <para>[bdubbs] - Added clarifying text to section 7.9 concerning 
     187          <para>[bdubbs] - Added clarifying text to section 7.9 concerning
    188188          charmap specifications.  Thanks to Dan Nicholson.
    189189          Closes ticket #1813.</para>
  • chapter01/whatsnew.xml

    r58f1a365 rd22b61d  
    66]>
    77
    8 <sect1 id="ch-intro-whatsnew">
     8<sect1 id="ch-intro-whatsnew" condition="html">
    99  <?dbhtml filename="whatsnew.html"?>
    1010
Note: See TracChangeset for help on using the changeset viewer.