diff options
author | Ralph Amissah <ralph@amissah.com> | 2009-07-04 08:42:04 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2009-07-04 08:42:04 -0400 |
commit | a7774c04305fa787a21cc2695d5565ea52485a1f (patch) | |
tree | d8cb0491f5f0241f9855d43b5210fc758a7d5e40 | |
parent | make sisu and ruby version info ruby instance methods (diff) |
dal_idx, book_idx_html, match sysenv
-rw-r--r-- | lib/sisu/v0/dal_idx.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/sisu/v0/dal_idx.rb b/lib/sisu/v0/dal_idx.rb index 7201e2ac..fec0e1ed 100644 --- a/lib/sisu/v0/dal_idx.rb +++ b/lib/sisu/v0/dal_idx.rb @@ -292,8 +292,7 @@ module SiSU_book_index if @md.book_idx path="#{@env.path.output}/#{@md.fnb}" Dir.mkdir(path) unless FileTest.directory?(path) - html_index_file=File.new("#{path}/#{@md.fn[:book_idx]}",'w') - #puts "#{path}/#{@md.fn[:book_idx]}" + html_index_file=File.new("#{path}/#{@md.fn[:book_idx_html]}",'w') html_idx.each {|x| html_index_file << x } html_index_file.close end |