aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/default_paths.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2021-08-29 19:06:01 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2021-09-09 22:03:12 -0400
commit2cdc5d2a7c62e54009e915d6f6a9da87905e2699 (patch)
treeacb5e8af2cccc20546effef9722fe5526064f947 /org/default_paths.org
parentconfig nix (diff)
xmls, epub3 toc_nav.xhtml toc.ncx
Diffstat (limited to 'org/default_paths.org')
-rw-r--r--org/default_paths.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/org/default_paths.org b/org/default_paths.org
index 2bf0d14..376201f 100644
--- a/org/default_paths.org
+++ b/org/default_paths.org
@@ -290,7 +290,7 @@ template PathMatters() {
/+
z pod name if any + src filename (without lng code)
filename ~ mkup.uid_sep ~ lng
- * unique per src pod
+ ,* unique per src pod
used by
- pod (multilingual collection)
- sqlite discrete index (multilingual collection)
@@ -1423,7 +1423,7 @@ template spinePathsEPUB() {
return dbg_docdir(fn_src).chainPath("OEBPS").array;
}
string dbg_doc_oebps_css(string fn_src) {
- return dbg_doc_oebps(fn_src).chainPath("css").array;
+ return dbg_doc_oebps(fn_src).chainPath("Styles").array;
}
string dbg_doc_oebps_image(string fn_src) {
return dbg_doc_oebps(fn_src).chainPath("image").array;