diff options
author | Ralph Amissah <ralph@amissah.com> | 2014-02-05 18:32:38 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2014-02-05 18:32:38 -0500 |
commit | bbbb88fa93768a67e59019a191f3a84cb5fc1d3b (patch) | |
tree | 7e44884836b7651bdf038aa9434b84517d6b088f /lib | |
parent | v5 v6: utils, code markers & messages, notes/warning/errors, fix (diff) |
v5 v6: sysenv, concordance redirected paths, watch
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sisu/v5/sysenv.rb | 5 | ||||
-rw-r--r-- | lib/sisu/v6/sysenv.rb | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/lib/sisu/v5/sysenv.rb b/lib/sisu/v5/sysenv.rb index f2b5bd27..537e52ca 100644 --- a/lib/sisu/v5/sysenv.rb +++ b/lib/sisu/v5/sysenv.rb @@ -5201,7 +5201,10 @@ WOK fh=default_hash_build(fh,Sfx[:html]) fh[:lng]=lang_code?(fh[:lng]) fnh=if output_dir_structure.dump_or_redirect? - @md.fnb + '.concordance' + ft + { + fn: 'concordance', + ft: fh[:ft], + } else { fn: 'concordance', diff --git a/lib/sisu/v6/sysenv.rb b/lib/sisu/v6/sysenv.rb index db1bdc91..60d963dc 100644 --- a/lib/sisu/v6/sysenv.rb +++ b/lib/sisu/v6/sysenv.rb @@ -5201,7 +5201,10 @@ WOK fh=default_hash_build(fh,Sfx[:html]) fh[:lng]=lang_code?(fh[:lng]) fnh=if output_dir_structure.dump_or_redirect? - @md.fnb + '.concordance' + ft + { + fn: 'concordance', + ft: fh[:ft], + } else { fn: 'concordance', |