Author: matthew
Date: Wed Oct 16 11:55:24 2013
New Revision: 10361
Log:
Fix PDF book generation. Fixes #3412.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/stylesheets/lfs-xsl/pdf.xsl
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Tue Oct 15 11:28:53 2013 (r10360)
+++ trunk/BOOK/general.ent Wed Oct 16 11:55:24 2013 (r10361)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20131015">
-<!ENTITY releasedate "October 15, 2013">
+<!ENTITY version "SVN-20131016">
+<!ENTITY releasedate "October 16, 2013">
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "7.5">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
Modified: trunk/BOOK/stylesheets/lfs-xsl/pdf.xsl
==============================================================================
--- trunk/BOOK/stylesheets/lfs-xsl/pdf.xsl Tue Oct 15 11:28:53 2013
(r10360)
+++ trunk/BOOK/stylesheets/lfs-xsl/pdf.xsl Wed Oct 16 11:55:24 2013
(r10361)
@@ -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-snapshot/fo/docbook.xsl"/>
+ <xsl:import href="docbook-xsl-1.78.1/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
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page