From 0788fabbb581516c3cbb31d2ebc800844e636a6f Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 29 Dec 2012 23:14:23 -0500 Subject: v4: options, sysenv, check (existing) inclusions & exclusions, fixes * command line, document header, sisurc --- lib/sisu/v4/concordance.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/sisu/v4/concordance.rb') diff --git a/lib/sisu/v4/concordance.rb b/lib/sisu/v4/concordance.rb index f93fbd6a..800331d2 100644 --- a/lib/sisu/v4/concordance.rb +++ b/lib/sisu/v4/concordance.rb @@ -118,20 +118,20 @@ module SiSU_Concordance @doc_details =< 

#{@md.title.full}

#{@md.author}

WOK + @make=SiSU_Env::ProcessingSettings.new(@md) end def create head_banner=SiSU_HTML_Format::HeadToc.new(@md) minitoc=SiSU_HTML_MiniToc::TocMini.new(@md,@data).songsheet.join("\n") stylesheet=SiSU_Style::CSS_HeadInfo.new(@md).stylesheet - make=SiSU_Env::ProcessingSettings.new(@md) - if make.build.manifest_minitoc? + if @make.build.manifest_minitoc? toc='
' + minitoc + '
' div_class='content' else toc='' div_class='content0' end - top_band=if make.build.html_top_band? + top_band=if @make.build.html_top_band? head_banner.concordance_navigation_band else '' end -- cgit v1.2.3 From 7f0d8276e0f92df90f6f668808c0b7e82b7ae252 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 1 Jan 2013 12:19:37 -0500 Subject: date 2013: version & changelog; headers bin/sisu & lib/; code constants.rb --- lib/sisu/v4/concordance.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sisu/v4/concordance.rb') diff --git a/lib/sisu/v4/concordance.rb b/lib/sisu/v4/concordance.rb index 800331d2..8c122706 100644 --- a/lib/sisu/v4/concordance.rb +++ b/lib/sisu/v4/concordance.rb @@ -8,7 +8,7 @@ * Author: Ralph Amissah * Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010, 2011, 2012 Ralph Amissah, All Rights Reserved. + 2007, 2008, 2009, 2010, 2011, 2012, 2013 Ralph Amissah, All Rights Reserved. * License: GPL 3 or later: -- cgit v1.2.3