diff options
author | Ralph Amissah <ralph@amissah.com> | 2014-11-20 23:03:24 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2014-12-08 00:18:16 -0500 |
commit | 1625f316c0d74e01789bec8b8fca0608acc9310e (patch) | |
tree | 234bc83004c3e2ad7bf274f72a68523759b96664 /lib/sisu/develop/html_manifest.rb | |
parent | d: orgmode, add orgmode structure output to txts (diff) |
d: html, segments, reorganize, introduce new file
Diffstat (limited to 'lib/sisu/develop/html_manifest.rb')
-rw-r--r-- | lib/sisu/develop/html_manifest.rb | 8 |
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='','','' |