texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Sun Jul 1 14:23:01 EDT 2007)


From: Karl Berry
Subject: texinfo update (Sun Jul 1 14:23:01 EDT 2007)
Date: Sun, 01 Jul 2007 14:23:03 -0400

Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.715
retrieving revision 1.717
diff -u -r1.715 -r1.717
--- ChangeLog   1 Jul 2007 16:54:01 -0000       1.715
+++ ChangeLog   1 Jul 2007 18:20:43 -0000       1.717
@@ -1,6 +1,8 @@
 2007-07-01  Karl Berry  <address@hidden>
 
        * pretest version 4.9.90.
+       
+       * COPYING, all source files: GPLv3.
 
        * makeinfo/makeinfo.c,
        * info/info.c,
@@ -8,6 +10,11 @@
        * util/install-info.c,
        * util/texindex.c: update --version output.
 
+       * Makefile.am (EXTRA_DIST): remove config.rpath, it's in build-aux now.
+       * lib/Makefile.am (libtxi_A_SOURCES): system.h at top level now.
+       
+       * makeinfo/tests/copying.txi: test with nonempty copying text.
+
 2007-06-29  Karl Berry  <address@hidden>
 
        * Version 4.9 (GPLv3, made from 4.8 branch).
Index: Makefile.am
===================================================================
RCS file: /sources/texinfo/texinfo/Makefile.am,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- Makefile.am 21 Jun 2007 18:57:40 -0000      1.19
+++ Makefile.am 1 Jul 2007 18:06:22 -0000       1.20
@@ -1,5 +1,5 @@
 # Makefile.am for texinfo.
-# $Id: Makefile.am,v 1.19 2007/06/21 18:57:40 karl Exp $
+# $Id: Makefile.am,v 1.20 2007/07/01 18:06:22 karl Exp $
 # Process this file with automake to produce Makefile.in in all directories.
 #
 # This file is free software; as a special exception the author gives
@@ -18,7 +18,6 @@
 
 # Additional files to distribute.
 EXTRA_DIST = ChangeLog.46 INSTALL.generic INTRODUCTION README.dev \
-  config.rpath \
   djgpp/README djgpp/config.bat djgpp/config.sed djgpp/config.site
 
 # This is to prevent texinfo.tex from being included in the top-level
Index: doc/Makefile.am
===================================================================
RCS file: /sources/texinfo/texinfo/doc/Makefile.am,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- doc/Makefile.am     23 Aug 2006 12:56:37 -0000      1.32
+++ doc/Makefile.am     1 Jul 2007 17:59:13 -0000       1.33
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.32 2006/08/23 12:56:37 karl Exp $
+# $Id: Makefile.am,v 1.33 2007/07/01 17:59:13 karl Exp $
 # Makefile.am for texinfo/doc.
 # Run automake in .. to produce Makefile.in from this.
 #
@@ -21,9 +21,9 @@
 # cross-compiling.
 MAKEINFO = $(top_builddir)/$(native_tools)/makeinfo/makeinfo
 
-## We'd also like to use something like this, but Automake calls
-## "install-info" directly.
-## INSTALL_INFO = $(top_builddir)/$(native_tools)/util/ginstall-info
+# We'd also like to use something like this, but Automake calls
+# "install-info" directly.
+# INSTALL_INFO = $(top_builddir)/$(native_tools)/util/ginstall-info
 
 TXI_XLATE = txi-cs.tex txi-de.tex txi-en.tex txi-es.tex txi-fr.tex \
            txi-it.tex txi-nl.tex txi-no.tex txi-pl.tex txi-pt.tex \
Index: lib/Makefile.am
===================================================================
RCS file: /sources/texinfo/texinfo/lib/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- lib/Makefile.am     21 Jun 2006 08:08:48 -0000      1.10
+++ lib/Makefile.am     1 Jul 2007 18:07:36 -0000       1.11
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.10 2006/06/21 08:08:48 akim Exp $
+# $Id: Makefile.am,v 1.11 2007/07/01 18:07:36 karl Exp $
 # Makefile.am for texinfo/lib.
 # Run automake in .. to produce Makefile.in from this.
 #
@@ -17,6 +17,6 @@
   -I$(top_builddir)/gnulib/lib                 \
   -DLOCALEDIR=\"$(localedir)\"
 
-libtxi_a_SOURCES = substring.c system.h xexit.c
+libtxi_a_SOURCES = substring.c xexit.c
 
 EXTRA_DIST = README
Index: makeinfo/tests/copying.txi
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/tests/copying.txi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- makeinfo/tests/copying.txi  11 Apr 2004 17:56:47 -0000      1.1
+++ makeinfo/tests/copying.txi  1 Jul 2007 18:20:43 -0000       1.2
@@ -1,4 +1,8 @@
 \input texinfo   @c -*-texinfo-*-
 @copying
+Public domain.
 @end copying
+
address@hidden
+
 @bye
Index: util/Makefile.am
===================================================================
RCS file: /sources/texinfo/texinfo/util/Makefile.am,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- util/Makefile.am    21 Jun 2006 08:08:48 -0000      1.25
+++ util/Makefile.am    1 Jul 2007 17:59:13 -0000       1.26
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.25 2006/06/21 08:08:48 akim Exp $
+# $Id: Makefile.am,v 1.26 2007/07/01 17:59:13 karl Exp $
 # Makefile.am for texinfo/util.
 # Run automake in .. to produce Makefile.in from this.
 #
@@ -52,13 +52,7 @@
   $(dist_pkgdata_DATA) texinfo-cat.in
 CLEANFILES = $(pkgdata_DATA)
 
-
-## ------- ##
-## Tests.  ##
-## ------- ##
-
 XFAIL_TESTS =
-
 TESTS =        \
 bibtex.test \
 dvipdf.test \
P ChangeLog
P Makefile.am
P doc/Makefile.am
P lib/Makefile.am
P makeinfo/tests/copying.txi
P util/Makefile.am




reply via email to

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