version 1.1.1.1, 2000/01/09 17:01:05 |
version 1.1.1.2, 2000/01/22 14:16:11 |
|
|
refhead->next = refhead->prev = NULL; |
refhead->next = refhead->prev = NULL; |
|
|
/* Info header */ |
/* Info header */ |
fprintf(b, "This file is %s created by doc2info from %s.\n\n", ofile, ifile); |
fprintf(b, "\ |
|
This file is %s created by doc2info from %s.\n\ |
|
\n\ |
|
START-INFO-DIR-ENTRY\n\ |
|
* Gnuplot: (gnuplot). Gnuplot plotting program\n\ |
|
END-INFO-DIR-ENTRY\n\n", |
|
ofile, ifile); |
|
|
/* and Top node */ |
/* and Top node */ |
node_head(NULL, NULL, head->next->string, NULL, b); |
node_head(NULL, NULL, head->next->string, NULL, b); |