summaryrefslogtreecommitdiff
path: root/bk_xhtml.c
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2004-04-09 18:16:43 +0000
committerSimon Tatham <anakin@pobox.com>2004-04-09 18:16:43 +0000
commitdceee0294f3814dd97c3c273200011977a8ecca6 (patch)
treecab42931644ddfa8fe63675c5c2dc26fb06cc98d /bk_xhtml.c
parent0e64c9d347e230cb338514b7f5d9c29bf6940128 (diff)
downloadhalibut-dceee0294f3814dd97c3c273200011977a8ecca6.zip
halibut-dceee0294f3814dd97c3c273200011977a8ecca6.tar.gz
halibut-dceee0294f3814dd97c3c273200011977a8ecca6.tar.bz2
halibut-dceee0294f3814dd97c3c273200011977a8ecca6.tar.xz
Added an info(1) backend, which constructs .info files directly
without going through the .texi source stage. A few things left to do, notably documentation, but the basics all seem to be there. [originally from svn r4047]
Diffstat (limited to 'bk_xhtml.c')
-rw-r--r--bk_xhtml.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bk_xhtml.c b/bk_xhtml.c
index cad2e8e..5a10137 100644
--- a/bk_xhtml.c
+++ b/bk_xhtml.c
@@ -913,7 +913,8 @@ static void xhtml_do_index_body(FILE *fp)
}
static void xhtml_do_index()
{
- word temp_word = { NULL, NULL, word_Normal, 0, 0, L"Index", { NULL, 0, 0} };
+ word temp_word = { NULL, NULL, word_Normal, 0, 0, L"Index",
+ { NULL, 0, 0}, NULL };
FILE *fp = fopen(conf.index_filename, "w");
if (fp==NULL)