Author: pierre
Date: Fri Mar 13 07:38:37 2020
New Revision: 11779

Log:
Completely remove docbook snapshot

Deleted:
   trunk/BOOK/stylesheets/lfs-xsl/docbook-xsl-1.78.1/
Modified:
   trunk/BOOK/stylesheets/lfs-xsl/chunk-master.xsl
   trunk/BOOK/stylesheets/lfs-xsl/chunk-slave.xsl
   trunk/BOOK/stylesheets/lfs-xsl/lfs.css
   trunk/BOOK/stylesheets/lfs-xsl/nochunks.xsl
   trunk/BOOK/stylesheets/lfs-xsl/pdf.xsl
   trunk/BOOK/stylesheets/lfs-xsl/profile.xsl

Modified: trunk/BOOK/stylesheets/lfs-xsl/chunk-master.xsl
==============================================================================
--- trunk/BOOK/stylesheets/lfs-xsl/chunk-master.xsl     Fri Mar 13 02:20:45 
2020        (r11778)
+++ trunk/BOOK/stylesheets/lfs-xsl/chunk-master.xsl     Fri Mar 13 07:38:37 
2020        (r11779)
@@ -18,10 +18,10 @@
   <xsl:import href="chunk-slave.xsl"/>
 
   <!-- Upstream chunk code named templates -->
-  <xsl:import href="docbook-xsl-1.78.1/xhtml/chunk-common.xsl"/>
+  <xsl:import 
href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk-common.xsl"/>
 
   <!-- Upstream chunk code match templates -->
-  <xsl:include href="docbook-xsl-1.78.1/xhtml/chunk-code.xsl"/>
+  <xsl:include 
href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk-code.xsl"/>
 
   <!-- Customized chunk templates -->
   <xsl:include href="xhtml/lfs-index.xsl"/>

Modified: trunk/BOOK/stylesheets/lfs-xsl/chunk-slave.xsl
==============================================================================
--- trunk/BOOK/stylesheets/lfs-xsl/chunk-slave.xsl      Fri Mar 13 02:20:45 
2020        (r11778)
+++ trunk/BOOK/stylesheets/lfs-xsl/chunk-slave.xsl      Fri Mar 13 07:38:37 
2020        (r11779)
@@ -13,7 +13,7 @@
        Sets global params and include customized elements templates. -->
 
   <!-- Upstream XHTML presentation templates -->
-  <xsl:import href="docbook-xsl-1.78.1/xhtml/docbook.xsl"/>
+  <xsl:import 
href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
 
   <!-- Use ISO-8859-1 for output instead of default UTF-8 -->
   <xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/>

Modified: trunk/BOOK/stylesheets/lfs-xsl/lfs.css
==============================================================================
--- trunk/BOOK/stylesheets/lfs-xsl/lfs.css      Fri Mar 13 02:20:45 2020        
(r11778)
+++ trunk/BOOK/stylesheets/lfs-xsl/lfs.css      Fri Mar 13 07:38:37 2020        
(r11779)
@@ -100,7 +100,7 @@
   padding: 0.4em;
 }
 
-.preface h1, .part h1, .chapter h1, .appendix h1, .index h1, .sect1 h1 {
+.preface h1, .part h1, .chapter h1, .appendix h1, .index h1, .sect1 h1, 
.glossary h1 {
   background: #f5f6f7;
   border-bottom: .1em solid #dbddec;
   margin-bottom: 1em;

Modified: trunk/BOOK/stylesheets/lfs-xsl/nochunks.xsl
==============================================================================
--- trunk/BOOK/stylesheets/lfs-xsl/nochunks.xsl Fri Mar 13 02:20:45 2020        
(r11778)
+++ trunk/BOOK/stylesheets/lfs-xsl/nochunks.xsl Fri Mar 13 07:38:37 2020        
(r11779)
@@ -13,7 +13,7 @@
        Replaces {docbook-xsl}/xhtml/profile-docbook.xsl -->
 
   <!-- Upstream XHTML templates -->
-  <xsl:import href="docbook-xsl-1.78.1/xhtml/docbook.xsl"/>
+  <xsl:import 
href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
 
   <!-- Fix encoding issues with default UTF-8 output of the xhtml stylesheet 
-->
   <xsl:output method="html" encoding="ISO-8859-1" indent="no" />

Modified: trunk/BOOK/stylesheets/lfs-xsl/pdf.xsl
==============================================================================
--- trunk/BOOK/stylesheets/lfs-xsl/pdf.xsl      Fri Mar 13 02:20:45 2020        
(r11778)
+++ trunk/BOOK/stylesheets/lfs-xsl/pdf.xsl      Fri Mar 13 07:38:37 2020        
(r11779)
@@ -14,7 +14,7 @@
 
   <!-- Upstream FO templates. Profiled version is not supported by
        xsltproc, thus pofiling must be done in two steps (see Makefile) -->
-  <xsl:import href="docbook-xsl-1.78.1/fo/docbook.xsl"/>
+  <xsl:import 
href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>
 
   <!-- Uncomment the following to make debugging the raw FO code easier.
        Note that FOP will complaints about a lot of paragraph overflows

Modified: trunk/BOOK/stylesheets/lfs-xsl/profile.xsl
==============================================================================
--- trunk/BOOK/stylesheets/lfs-xsl/profile.xsl  Fri Mar 13 02:20:45 2020        
(r11778)
+++ trunk/BOOK/stylesheets/lfs-xsl/profile.xsl  Fri Mar 13 07:38:37 2020        
(r11779)
@@ -12,11 +12,11 @@
        Replaces {docbook-xsl}/profiling/profile.xsl -->
 
   <!-- Include common profiling stylesheet -->
-  <xsl:import href="docbook-xsl-1.78.1/profiling/profile-mode.xsl"/>
+  <xsl:import 
href="http://docbook.sourceforge.net/release/xsl/current/profiling/profile-mode.xsl"/>
 
   <!-- This file must be included, because profile-mode uses
        templates from it -->
-  <xsl:import href="docbook-xsl-1.78.1/common/stripns.xsl"/>
+  <xsl:import 
href="http://docbook.sourceforge.net/release/xsl/current/common/stripns.xsl"/>
 
   <!-- In two pass processing there is no need for the base URI fixup -->
   <xsl:param name="profile.baseuri.fixup" select="false()"/>
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to