~vcs-imports/texinfo/main

« back to all changes in this revision

Viewing changes to makeinfo/makeinfo.c

  • Committer: karl
  • Date: 2007-09-15 23:48:45 UTC
  • Revision ID: vcs-imports@canonical.com-20070915234845-u6upcrx2slfm9heg
use gdt, not __, for doc translation

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* makeinfo -- convert Texinfo source into other formats.
2
 
   $Id: makeinfo.c,v 1.105 2007/09/03 12:06:29 karl Exp $
 
2
   $Id: makeinfo.c,v 1.106 2007/09/15 23:48:45 karl Exp $
3
3
 
4
4
   Copyright (C) 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
5
5
   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
2608
2608
static void
2609
2609
info_output_head (void)
2610
2610
{
2611
 
  add_word_args (__("This is %s, produced by makeinfo version %s from %s.\n"),
 
2611
  add_word_args (gdt("This is %s, produced by makeinfo version %s from %s.\n"),
2612
2612
                 output_filename, VERSION, input_filename);
2613
2613
 
2614
2614
  /* Start afresh with whatever real text we have.  */