From 6758ed90d7c0015752894202138ecbcef35b80a0 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 6 Mar 2002 22:06:54 +0000 Subject: Rename Index.html to IndexPage.html (storing Buttress output on Windows is tricky otherwise, since Index.html clashes with index.html. Bah). [originally from svn r1575] --- bk_xhtml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bk_xhtml.c b/bk_xhtml.c index 77d3b0e..0005f6b 100644 --- a/bk_xhtml.c +++ b/bk_xhtml.c @@ -644,7 +644,7 @@ static int xhtml_para_level(paragraph *p) } } -static char* xhtml_index_filename = "Index.html"; +static char* xhtml_index_filename = "IndexPage.html"; /* Output the nav links for the current file. * file == NULL means we're doing the index -- cgit v1.1