info("creating index.html")
msg 3, _("\trescanning directories to generate all `index.html' files...")
+ #- recompute the memoization because elements mights have been removed (the ones with no element in them)
+ optxpath = {}
+ $xmldoc.elements.each('//dir') { |elem|
+ optxpath[elem.attributes['path']] = elem
+ }
+
examined_dirs.each { |dir|
dir.chomp!
info("index.html: #{dir}")