Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 200662 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
                     depends on them, such that we don't trigger a
                     depends on them, such that we don't trigger a
1
                     remake all the time, see:
1
                     remake all the time, see:
2
                     http://bugs.gentoo.org/show_bug.cgi?id=200662
2
                     http://bugs.gentoo.org/show_bug.cgi?id=200662
3
-- info/makedoc.c
3
++ info/makedoc.c
Lines 145-152 Link Here
145
    }
145
    }
146
146
147
  funs_stream = must_fopen (funs_filename, "w");
147
  funs_stream = must_fopen (funs_filename, "w");
148
  doc_stream = must_fopen (doc_filename, "w");
149
  key_stream = must_fopen (key_filename, "w");
148
  key_stream = must_fopen (key_filename, "w");
149
  doc_stream = must_fopen (doc_filename, "w");
150
150
151
  fprintf (funs_stream,
151
  fprintf (funs_stream,
152
      "/* %s -- Generated declarations for Info commands. */\n\n\
152
      "/* %s -- Generated declarations for Info commands. */\n\n\
Lines 226-233 Link Here
226
  fprintf (funs_stream, "\n#define A_NCOMMANDS %u\n", next_func_key());
226
  fprintf (funs_stream, "\n#define A_NCOMMANDS %u\n", next_func_key());
227
227
228
  fclose (funs_stream);
228
  fclose (funs_stream);
229
  fclose (doc_stream);
230
  fclose (key_stream);
229
  fclose (key_stream);
230
  fclose (doc_stream);
231
231
232
  if (tags_only)
232
  if (tags_only)
233
    maybe_dump_tags (stdout);
233
    maybe_dump_tags (stdout);

Return to bug 200662