From e5968416719e4017435aabe02ccd0f49113f7e66 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 7 Jun 2025 22:10:27 -0400 Subject: sisu resolve some sisu-system image issues - appear to be related to finding program install path across symlinked directories, fixed using suitable ruby check --- org/xhtml.org | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'org/xhtml.org') 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/ -- cgit v1.2.3