texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Sun May 16 12:22:01 EDT 2004)


From: Karl Berry
Subject: texinfo update (Sun May 16 12:22:01 EDT 2004)
Date: Sun, 16 May 2004 12:22:23 -0400

Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.344
retrieving revision 1.345
diff -c -r1.344 -r1.345
*** ChangeLog   16 May 2004 12:41:10 -0000      1.344
--- ChangeLog   16 May 2004 15:53:36 -0000      1.345
***************
*** 1,5 ****
--- 1,9 ----
  2004-05-16  Karl Berry  <address@hidden>
  
+       * lib/Makefile.am (libtxi_a_SOURCES): include strcase.h.
+       From: "Gerrit P. Haase" <address@hidden>,
+       15 May 2004 21:50:52 +0200.
+ 
        * util/gendocs.sh: force HTML output name, otherwise Emacs fails
          with its "@setfilename ../...".
  
Index: doc/texinfo.tex
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/texinfo.tex,v
retrieving revision 1.158
retrieving revision 1.159
diff -c -r1.158 -r1.159
*** doc/texinfo.tex     29 Apr 2004 12:42:35 -0000      1.158
--- doc/texinfo.tex     16 May 2004 15:53:37 -0000      1.159
***************
*** 3,11 ****
  % Load plain if necessary, i.e., if running under initex.
  \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
  %
! \def\texinfoversion{2004-04-29.05}
  %
! % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, 2004,
  % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
  % Foundation, Inc.
  %
--- 3,11 ----
  % Load plain if necessary, i.e., if running under initex.
  \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
  %
! \def\texinfoversion{2004-05-16.08}
  %
! % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
  % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
  % Foundation, Inc.
  %
Index: lib/Makefile.am
===================================================================
RCS file: /cvsroot/texinfo/texinfo/lib/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -c -r1.4 -r1.5
*** lib/Makefile.am     11 Apr 2004 17:56:46 -0000      1.4
--- lib/Makefile.am     16 May 2004 15:48:40 -0000      1.5
***************
*** 1,4 ****
! # $Id: Makefile.am,v 1.4 2004/04/11 17:56:46 karl Exp $
  # Makefile.am for texinfo/lib.
  # Run automake in .. to produce Makefile.in from this.
  #
--- 1,4 ----
! # $Id: Makefile.am,v 1.5 2004/05/16 15:48:40 karl Exp $
  # Makefile.am for texinfo/lib.
  # Run automake in .. to produce Makefile.in from this.
  #
***************
*** 15,21 ****
  
  # Don't need to list alloca.c, etc., Automake includes them.
  libtxi_a_SOURCES = getopt.c getopt.h getopt1.c getopt_int.h gettext.h \
!                    substring.c system.h xalloc.h xexit.c xmalloc.c xstrdup.c
  libtxi_a_LIBADD = $(LIBOBJS) $(ALLOCA)
  libtxi_a_DEPENDENCIES = $(libtxi_a_LIBADD)
  
--- 15,22 ----
  
  # Don't need to list alloca.c, etc., Automake includes them.
  libtxi_a_SOURCES = getopt.c getopt.h getopt1.c getopt_int.h gettext.h \
!                    strcase.h substring.c system.h \
!                  xalloc.h xexit.c xmalloc.c xstrdup.c
  libtxi_a_LIBADD = $(LIBOBJS) $(ALLOCA)
  libtxi_a_DEPENDENCIES = $(libtxi_a_LIBADD)
  
P ChangeLog
P doc/texinfo.tex
P lib/Makefile.am


reply via email to

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