aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2010-04-30 19:55:31 -0400
committerRalph Amissah <ralph@amissah.com>2010-04-30 19:55:31 -0400
commitfbbae1ca038094e60e8f3659b405be9b3cbc30e5 (patch)
treeceddb8aaa79b97774129bbb3b1d64450d50fe190
parentvim syntax highlighter adds configuration of emphasis and plaintext_wrap to @... (diff)
manifest, expand on description of book indexes in manifest
-rw-r--r--lib/sisu/v2/manifest.rb2
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