From 0a0b3e17afda1aca70189729da71c6293e2c2010 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 23 Jul 2009 12:06:21 -0400 Subject: manifest, include book index if available (after all, is usually more interesting than concordance file) --- lib/sisu/v1/sysenv.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/sisu/v1/sysenv.rb') 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'), -- cgit v1.2.3