diff options
| author | Ralph Amissah <ralph@amissah.com> | 2010-04-30 19:55:31 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2010-04-30 19:55:31 -0400 | 
| commit | fbbae1ca038094e60e8f3659b405be9b3cbc30e5 (patch) | |
| tree | ceddb8aaa79b97774129bbb3b1d64450d50fe190 /lib | |
| parent | vim syntax highlighter adds configuration of emphasis and plaintext_wrap to @... (diff) | |
manifest, expand on description of book indexes in manifest
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sisu/v2/manifest.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/sisu/v2/manifest.rb b/lib/sisu/v2/manifest.rb index 85881263..9f0f2513 100644 --- a/lib/sisu/v2/manifest.rb +++ b/lib/sisu/v2/manifest.rb @@ -196,7 +196,7 @@ module SiSU_Manifest            summarize(id,file,img)          end          if FileTest.file?("#{@base_path}/#{@md.fn[:book_index]}")==true -          id,file='HTML, index',@md.fn[:book_index] +          id,file='HTML, (book type) index',@md.fn[:book_index]            summarize(id,file)          end          if FileTest.file?("#{@base_path}/#{@md.fn[:concordance]}")==true | 
