aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/develop/html_manifest.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/develop/html_manifest.rb')
-rw-r--r--lib/sisu/develop/html_manifest.rb8
1 files changed, 8 insertions, 0 deletions
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='','',''