aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/default_paths.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/default_paths.org')
-rw-r--r--org/default_paths.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/org/default_paths.org b/org/default_paths.org
index 5fee26f..d411606 100644
--- a/org/default_paths.org
+++ b/org/default_paths.org
@@ -1374,7 +1374,7 @@ template spinePathsEPUB() {
return (("OEBPS").asNormalizedPath).array;
}
string doc_oebps_css() {
- return ((doc_oebps.chainPath("css")).asNormalizedPath).array;
+ return ((doc_oebps.chainPath("Styles")).asNormalizedPath).array;
}
string doc_oebps_image() {
return ((doc_oebps.chainPath("image")).asNormalizedPath).array;
@@ -1386,7 +1386,7 @@ template spinePathsEPUB() {
return "".chainPath("").array;
}
string fn_mimetypes() {
- return ((dirtop.chainPath("mimetypes")).asNormalizedPath).array;
+ return ((dirtop.chainPath("mimetype")).asNormalizedPath).array;
}
string fn_dmi_container_xml() {
return ((doc_meta_inf.chainPath("container.xml")).asNormalizedPath).array;
@@ -1426,7 +1426,7 @@ template spinePathsEPUB() {
return dbg_doc_oebps(fn_src).chainPath("image").array;
}
string dbg_fn_mimetypes(string fn_src) {
- return dbg_docdir(fn_src).chainPath("mimetypes").array;
+ return dbg_docdir(fn_src).chainPath("mimetype").array;
}
string dbg_fn_dmi_container_xml(string fn_src) {
return dbg_doc_meta_inf(fn_src).chainPath("container.xml").array;