From db25274bcd242fb17c31821a90306e4b03a40f65 Mon Sep 17 00:00:00 2001 From: Thomas Schraitle Date: Mon, 9 Dec 2013 15:50:46 +0000 Subject: [PATCH] Documented corrected behaviour of base.dir and removed OEBPS part (see [r9732]) --- xsl/epub3/README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xsl/epub3/README b/xsl/epub3/README index 477e785fa..95aaf2ac1 100644 --- a/xsl/epub3/README +++ b/xsl/epub3/README @@ -53,10 +53,12 @@ subdirectory that will contain the .xhtml files and the epub package files. Here is an example using xsltproc: xsltproc \ - --stringparam base.dir ebook1/OEBPS/ \ + --stringparam base.dir ebook1/ \ epub3/chunk.xsl \ mybook.xml +Make sure you don't include the OEBPS directory in base.dir. + After processing a document with this setting, you should find the following output: -- 2.50.1