aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3/sysenv.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2011-12-19 22:27:58 -0500
committerRalph Amissah <ralph@amissah.com>2011-12-19 22:52:50 -0500
commitd71c116e5ae9ef3c26f098923a8204ea3e270a1e (patch)
treea1d80347406eb8d59ba37e6a3114cac7574a759f /lib/sisu/v3/sysenv.rb
parentv3: sysenv, html files in _sisu/home (*.html) copied as home pages (diff)
v3: html, seg output, index.html fixessisu_3.1.9
* place in correct directory and use language code as appropriate * remove broken index.html from output [note the existing erroneous file is not removed by a program run, it has to be removed manually] * [issue reported by chals (debian live-manual) on irc oftc #sisu]
Diffstat (limited to 'lib/sisu/v3/sysenv.rb')
-rw-r--r--lib/sisu/v3/sysenv.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v3/sysenv.rb b/lib/sisu/v3/sysenv.rb
index e18a82c8..436e1d7f 100644
--- a/lib/sisu/v3/sysenv.rb
+++ b/lib/sisu/v3/sysenv.rb
@@ -3740,7 +3740,7 @@ WOK
def html_seg_index
ft='.html'
if @env.output_dir_structure.by_language_code?
- 'toc' + ft
+ 'index' + ft
else
'index' + @md.lang_code_insert + ft
end