/[global]/global/htags/htags.c
ViewVC logotype

Diff of /global/htags/htags.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.58 by h-iwamoto, Fri May 6 11:13:48 2005 UTC revision 1.59 by h-iwamoto, Mon May 9 13:49:05 2005 UTC
# Line 347  generate_file(dist, file) Line 347  generate_file(dist, file)
347          };          };
348          int tabsize = sizeof(tab) / sizeof(struct map);          int tabsize = sizeof(tab) / sizeof(struct map);
349    
350          tab[0].value = gen_page_begin("Result", SUBDIR);          tab[0].value = gen_page_begin("Result", SUBDIR, 0);
351          tab[1].value = gen_page_end();          tab[1].value = gen_page_end();
352          tab[12].value = gen_name_string("$.");          tab[12].value = gen_name_string("$.");
353          /*          /*
# Line 499  makehelp(file) Line 499  makehelp(file)
499          op = fopen(makepath(distpath, file, NULL), "w");          op = fopen(makepath(distpath, file, NULL), "w");
500          if (!op)          if (!op)
501                  die("cannot make help file.");                  die("cannot make help file.");
502          fputs_nl(gen_page_begin("HELP", TOPDIR), op);          fputs_nl(gen_page_begin("HELP", TOPDIR, 0), op);
503          fputs_nl(body_begin, op);          fputs_nl(body_begin, op);
504          fputs(header_begin, op);          fputs(header_begin, op);
505          fputs("Usage of Links", op);          fputs("Usage of Links", op);
# Line 628  makeindex(file, title, index) Line 628  makeindex(file, title, index)
628          op = fopen(makepath(distpath, file, NULL), "w");          op = fopen(makepath(distpath, file, NULL), "w");
629          if (!op)          if (!op)
630                  die("cannot make file '%s'.", file);                  die("cannot make file '%s'.", file);
631          fputs_nl(gen_page_begin(title, TOPDIR), op);          fputs_nl(gen_page_begin(title, TOPDIR, Fflag), op);
632          if (Fflag) {          if (Fflag) {
633                  fputs_nl(gen_frameset_begin("cols='200,*'"), op);                  fputs_nl(gen_frameset_begin("cols='200,*'"), op);
634                  if (fflag) {                  if (fflag) {
# Line 676  makemainindex(file, index) Line 676  makemainindex(file, index)
676          op = fopen(makepath(distpath, file, NULL), "w");          op = fopen(makepath(distpath, file, NULL), "w");
677          if (!op)          if (!op)
678                  die("cannot make file '%s'.", file);                  die("cannot make file '%s'.", file);
679          fputs_nl(gen_page_begin(title, TOPDIR), op);          fputs_nl(gen_page_begin(title, TOPDIR, 0), op);
680          fputs_nl(body_begin, op);          fputs_nl(body_begin, op);
681          fputs(index, op);          fputs(index, op);
682          fputs_nl(body_end, op);          fputs_nl(body_end, op);
# Line 698  makesearchindex(file) Line 698  makesearchindex(file)
698          op = fopen(makepath(distpath, file, NULL), "w");          op = fopen(makepath(distpath, file, NULL), "w");
699          if (!op)          if (!op)
700                  die("cannot create file '%s'.", file);                  die("cannot create file '%s'.", file);
701          fputs_nl(gen_page_begin("SEARCH", TOPDIR), op);          fputs_nl(gen_page_begin("SEARCH", TOPDIR, 0), op);
702          fputs_nl(body_begin, op);          fputs_nl(body_begin, op);
703          fputs(makesearchpart(action, id, "mains"), op);          fputs(makesearchpart(action, id, "mains"), op);
704          fputs_nl(body_end, op);          fputs_nl(body_end, op);

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26