aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v4/manifest.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2012-12-29 23:14:23 -0500
committerRalph Amissah <ralph@amissah.com>2012-12-29 23:14:23 -0500
commit0788fabbb581516c3cbb31d2ebc800844e636a6f (patch)
treefc096001f76bb9701693f45a29fa5f8e74eac900 /lib/sisu/v4/manifest.rb
parentv4 v3: param, minor change any legacy <br> line break in metadata markup to \\ (diff)
v4: options, sysenv, check (existing) inclusions & exclusions, fixes
* command line, document header, sisurc
Diffstat (limited to 'lib/sisu/v4/manifest.rb')
-rw-r--r--lib/sisu/v4/manifest.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/sisu/v4/manifest.rb b/lib/sisu/v4/manifest.rb
index 9c4fceb9..0571a332 100644
--- a/lib/sisu/v4/manifest.rb
+++ b/lib/sisu/v4/manifest.rb
@@ -777,10 +777,11 @@ WOK
end
def check_output(data)
begin
+ make=SiSU_Env::ProcessingSettings.new(@md)
minitoc=SiSU_HTML_MiniToc::TocMini.new(@md,data).songsheet.join("\n")
id,file='',''
vz=SiSU_Viz::Defaults.new
- search_form=if @f.build.search_form?
+ search_form=if make.build.search_form?
"<td>#{@env.widget_static.search_form}</td>"
else ''
end
@@ -802,7 +803,7 @@ SiSU manifest: #{@md.title.full}
<body bgcolor="#ffffff" text="#000000" link="#003090" lang="en" xml:lang="en">
#{format_head_toc.seg_head_navigation_band(:manifest)}
WOK
- if @f.build.manifest_minitoc?
+ if make.build.manifest_minitoc?
if @o_str.dump_or_redirect?
elsif @f.output_dir_structure.by_language_code? \
or @f.output_dir_structure.by_filetype?