diff options
| author | Simon Tatham <anakin@pobox.com> | 2002-03-06 22:06:54 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2002-03-06 22:06:54 +0000 |
| commit | 6758ed90d7c0015752894202138ecbcef35b80a0 (patch) | |
| tree | 393b95f5637e57ae19b073cbe5320b39df107f8e | |
| parent | e3830e1c8ab8c93b18f196cf2a0f78f92cf5d65b (diff) | |
| download | halibut-6758ed90d7c0015752894202138ecbcef35b80a0.zip halibut-6758ed90d7c0015752894202138ecbcef35b80a0.tar.gz halibut-6758ed90d7c0015752894202138ecbcef35b80a0.tar.bz2 halibut-6758ed90d7c0015752894202138ecbcef35b80a0.tar.xz | |
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]
| -rw-r--r-- | bk_xhtml.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |