From 1625f316c0d74e01789bec8b8fca0608acc9310e Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 20 Nov 2014 23:03:24 -0500 Subject: d: html, segments, reorganize, introduce new file --- lib/sisu/develop/html_manifest.rb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/sisu/develop/html_manifest.rb') diff --git a/lib/sisu/develop/html_manifest.rb b/lib/sisu/develop/html_manifest.rb index fc07a4c7..3e61d29b 100644 --- a/lib/sisu/develop/html_manifest.rb +++ b/lib/sisu/develop/html_manifest.rb @@ -517,6 +517,14 @@ module SiSU_Manifest file=@f.base_filename.rst summarize(id,file,pth,rel,url) end + if FileTest.file?(@f.place_file.orgmode.dir)==true + id='OrgMode structure text (UTF-8)' + pth=@f.output_path.orgmode.dir + rel=@f.output_path.orgmode.rel_sm + url=@f.output_path.orgmode.url + file=@f.base_filename.orgmode + summarize(id,file,pth,rel,url) + end if FileTest.file?("#{@base_path}/#{@md.fns}.tex")==true id,file='LaTeX (portrait)',"#{@md.fns}.tex" pth,rel,url='','','' -- cgit v1.2.3