htmls: don't overwrite index.html

when rendering multiple html files to a directory `d`, add
`d/index.html` to the set of files-to-be-writted to avoid overwriting
the main index with a part that happens to have the same tag
This commit is contained in:
Ben Greenman 2019-02-09 00:24:56 -05:00
parent 5f44d7dd55
commit 6ae6e1eb90

View File

@ -1937,6 +1937,7 @@
(define/override (start-collect ds fns ci)
(parameterize ([current-part-files (make-hash)])
(for-each (lambda (d fn)
(check-duplicate-filename fn)
(parameterize ([collecting-sub
(if (part-style? d 'non-toc)
1