aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2013-10-16 18:55:24 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2013-10-16 18:55:24 +0000
commit6f367b19504e4025f6b964b4538ecaa2b2b72d56 (patch)
tree5d36e55e02b31d32f05a26238aef536c560a558a
parent384d95ef14f9e32c22552d5a28cc809fc0997d48 (diff)
Fix PDF book generation. Fixes #3412.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10361 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--general.ent4
-rw-r--r--stylesheets/lfs-xsl/pdf.xsl2
2 files changed, 3 insertions, 3 deletions
diff --git a/general.ent b/general.ent
index 191c9de87..d231e3c66 100644
--- a/general.ent
+++ b/general.ent
@@ -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 &ndash; -->
<!ENTITY milestone "7.5">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
diff --git a/stylesheets/lfs-xsl/pdf.xsl b/stylesheets/lfs-xsl/pdf.xsl
index 82bcb80df..dc961e7bd 100644
--- a/stylesheets/lfs-xsl/pdf.xsl
+++ b/stylesheets/lfs-xsl/pdf.xsl
@@ -14,7 +14,7 @@ $Date$
<!-- 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