aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/xhtml.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2025-06-07 22:10:27 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2025-06-07 22:12:27 -0400
commite5968416719e4017435aabe02ccd0f49113f7e66 (patch)
tree33c1ee0577b7c777eb2b67460b0c19d679fe2b2a /org/xhtml.org
parentupdates to nix flake, envrc-nix, gitignore (diff)
sisu resolve some sisu-system image issuesHEADupstream
- appear to be related to finding program install path across symlinked directories, fixed using suitable ruby check
Diffstat (limited to 'org/xhtml.org')
-rw-r--r--org/xhtml.org9
1 files changed, 5 insertions, 4 deletions
diff --git a/org/xhtml.org b/org/xhtml.org
index 3aef5c7e..1e57ea74 100644
--- a/org/xhtml.org
+++ b/org/xhtml.org
@@ -1180,10 +1180,11 @@ module SiSU_XHTML_EPUB2
end
end
def images
-#puts @md.env.path.image_source_include
-#puts @md.env.processing_path.epub
-#puts @md.env.path.image_source_include_local
-puts @md.file.output_path.epub.rel_image
+#REMOVE
+#puts @md.env.path.image_source_include + ' : ' + __FILE__ + ':' + __LINE__.to_s
+#puts @md.env.processing_path.epub + ' : ' + __FILE__ + ':' + __LINE__.to_s
+#puts @md.env.path.image_source_include_local + ' : ' + __FILE__ + ':' + __LINE__.to_s
+#puts @md.file.output_path.epub.rel_image + ' : ' + __FILE__ + ':' + __LINE__.to_s
#img_pth=$sisu_base_data + '/image'
img_pth=@md.env.path.image_source_include
img_src_pth=unless @md.opt.f_pth[:pth] =~/\/\S+?\/sisupod\/\S+?\/sisupod\/doc/