Changeset d53eb0e


Ignore:
Timestamp:
01/26/2006 04:14:43 PM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
d89b3d0
Parents:
9d2986a
Message:

Added infrastructure to link html files it the wiki. Added sample link in bootdisk.xml

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r9d2986a rd53eb0e  
    5959
    6060pdf:
     61        xsltproc --xinclude --nonet --stringparam profile.condition pdf \
     62             --output blfs-pdf.xml stylesheets/blfs-profile.xsl index.xml
    6163        xsltproc --xinclude --nonet --output blfs.fo \
    62           stylesheets/blfs-pdf.xsl index.xml
     64                 stylesheets/blfs-pdf.xsl blfs-pdf.xml
    6365        sed -i -e "s/inherit/all/" blfs.fo
    6466        fop.sh blfs.fo blfs.pdf
     
    9193        xmllint --noout --nonet --xinclude --postvalid index.xml
    9294
     95validate-pdf:
     96        xsltproc --xinclude --nonet --stringparam profile.condition pdf \
     97             --output blfs-pdf.xml stylesheets/blfs-profile.xsl index.xml
     98        xmllint --noout --nonet --postvalid blfs-pdf.xml
     99
    93100blfs-patch-list:
    94101        @echo "Generating blfs-patch-list..."
  • general.ent

    r9d2986a rd53eb0e  
    2525<!ENTITY blfs-bootscripts-version     "20060101">
    2626<!ENTITY blfs-bootscripts-download    "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
     27
     28<!ENTITY blfs-wiki                    "http://wiki/linuxfromscratch.org/blfs/wiki">
    2729
    2830<!-- Part II -->
  • postlfs/config/bootdisk.xml

    r9d2986a rd53eb0e  
    8686    as well as the Linux kernel and supporting files.</para>
    8787
     88    <para condition="html" role="usernotes">User Notes:
     89      <ulink url='&blfs-wiki;/CreatingaCustomBootDevice'/></para>
     90         
    8891  </sect2>
    89 
    9092</sect1>
  • stylesheets/blfs.css

    r9d2986a rd53eb0e  
    437437  font-style: italic;
    438438}
     439
     440p.usernotes {
     441  font-size: small;
     442  font-weight: bold;
     443  font-style: italic;   
     444}
Note: See TracChangeset for help on using the changeset viewer.