aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v1/sysenv.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2009-07-23 12:06:21 -0400
committerRalph Amissah <ralph@amissah.com>2009-07-23 12:06:31 -0400
commit0a0b3e17afda1aca70189729da71c6293e2c2010 (patch)
tree8c6cdf42a4a0451e9b6b19a89ff7781e8bb6ea41 /lib/sisu/v1/sysenv.rb
parenthtml scroll left margin (diff)
manifest, include book index if available
(after all, is usually more interesting than concordance file)
Diffstat (limited to 'lib/sisu/v1/sysenv.rb')
-rw-r--r--lib/sisu/v1/sysenv.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sisu/v1/sysenv.rb b/lib/sisu/v1/sysenv.rb
index 17f0b6be..c3c2a0ee 100644
--- a/lib/sisu/v1/sysenv.rb
+++ b/lib/sisu/v1/sysenv.rb
@@ -483,6 +483,7 @@ module SiSU_Env
def lang(code)
@fn={
:html => filename(code,'','.html'),
+ :book_index => filename(code,'idx','.html'),
:concordance => filename(code,'concordance','.html'),
:sax => filename(code,'sax','.xml'),
:dom => filename(code,'dom','.xml'),