From 558fe23ff9dbca050f45e7a2ba965977eddbdfab Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 28 Sep 2014 21:38:10 -0400 Subject: v5 v6: manifest, renamed html_manifest --- lib/sisu/v5/hub_actions.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/sisu/v5/hub_actions.rb') diff --git a/lib/sisu/v5/hub_actions.rb b/lib/sisu/v5/hub_actions.rb index 869124bc..6b77830d 100644 --- a/lib/sisu/v5/hub_actions.rb +++ b/lib/sisu/v5/hub_actions.rb @@ -542,7 +542,7 @@ module SiSU_Hub_Actions def manifest? if @opt.act[:manifest][:set]==:on #% --manifest, -y if @opt.f_pths.length > 0 - require_relative 'manifest' # manifest.rb + require_relative 'html_manifest' # html_manifest.rb ((@opt.act[:sisupod][:set]==:on \ || @opt.act[:share_source][:set]==:on) \ && @opt.f_pths.length < 2 ) \ @@ -666,7 +666,7 @@ module SiSU_Hub_Actions || @opt.act[:share_source][:set]==:on) \ and @opt.act[:manifest][:set]==:on #% --manifest, -y if @opt.f_pths.length > 0 - require_relative 'manifest' # manifest.rb + require_relative 'html_manifest' # html_manifest.rb begin ensure SiSU_Hub_Loops::OptionLoopFiles.new(@opt). @@ -800,9 +800,9 @@ module SiSU_Hub_Actions def manifest? if @opt.act[:manifest][:set]==:on #% --manifest, -y if @opt.f_pths.length > 1 - require_relative 'manifest' + require_relative 'html_manifest' SiSU_Hub_Loops::OptionLoopFiles.new(@opt).manifest_on_files_translated do - SiSU_Manifest::Source.new(@opt).read # manifest.rb + SiSU_Manifest::Source.new(@opt).read # html_manifest.rb end end end -- cgit v1.2.3