=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/docs/Attic/doc2info.c,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.2 diff -u -p -r1.1.1.1 -r1.1.1.2 --- OpenXM_contrib/gnuplot/docs/Attic/doc2info.c 2000/01/09 17:01:05 1.1.1.1 +++ OpenXM_contrib/gnuplot/docs/Attic/doc2info.c 2000/01/22 14:16:11 1.1.1.2 @@ -1,5 +1,5 @@ /* - * $Id: doc2info.c,v 1.1.1.1 2000/01/09 17:01:05 maekawa Exp $ + * $Id: doc2info.c,v 1.1.1.2 2000/01/22 14:16:11 maekawa Exp $ * */ @@ -148,7 +148,13 @@ FILE *a, *b; refhead->next = refhead->prev = NULL; /* 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 */ node_head(NULL, NULL, head->next->string, NULL, b);