diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-06-07 22:10:27 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-06-07 22:12:27 -0400 |
commit | e5968416719e4017435aabe02ccd0f49113f7e66 (patch) | |
tree | 33c1ee0577b7c777eb2b67460b0c19d679fe2b2a /org/xhtml.org | |
parent | updates to nix flake, envrc-nix, gitignore (diff) |
- 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.org | 9 |
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/ |