texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/makeinfo makeinfo.c,1.61,1.62


From: dirt
Subject: texinfo/makeinfo makeinfo.c,1.61,1.62
Date: Tue, 6 Apr 2004 22:53:19 +0200

Update of /cvsroot/texinfo/texinfo/makeinfo
In directory sheep:/tmp/cvs-serv20290/makeinfo

Modified Files:
        makeinfo.c 
Log Message:
2004-04-06  Alper Ersoy  <address@hidden>

        * makeinfo/makeinfo.c (convert_from_loaded_file): do not call
        write_tag_table if the output filename is "-".



Index: makeinfo.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/makeinfo.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -d -r1.61 -r1.62
*** makeinfo.c  19 Mar 2004 16:26:45 -0000      1.61
--- makeinfo.c  6 Apr 2004 20:53:17 -0000       1.62
***************
*** 1717,1721 ****
          {
            tag_table = (TAG_ENTRY *) reverse_list ((GENERIC_LIST *) tag_table);
!           if (!no_headers && !html)
              write_tag_table (real_output_filename);
          }
--- 1717,1721 ----
          {
            tag_table = (TAG_ENTRY *) reverse_list ((GENERIC_LIST *) tag_table);
!           if (!no_headers && !html && !STREQ (current_output_filename, "-"))
              write_tag_table (real_output_filename);
          }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]