texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Fri Feb 22 14:23:01 EST 2008)


From: Karl Berry
Subject: texinfo update (Fri Feb 22 14:23:01 EST 2008)
Date: Fri, 22 Feb 2008 14:23:03 -0500

Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.825
retrieving revision 1.826
diff -u -r1.825 -r1.826
--- ChangeLog   21 Feb 2008 23:36:15 -0000      1.825
+++ ChangeLog   22 Feb 2008 19:16:47 -0000      1.826
@@ -1,3 +1,7 @@
+2008-02-22  Peter Breitenlohner <address@hidden>  (tiny change)
+
+       * configure.ac (--enable-multiplatform): also set libdir.
+
 2008-02-21  Karl Berry  <address@hidden>
 
        * pretest 4.11.90.
Index: configure.ac
===================================================================
RCS file: /sources/texinfo/texinfo/configure.ac,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- configure.ac        2 Jan 2008 01:36:15 -0000       1.75
+++ configure.ac        22 Feb 2008 19:16:48 -0000      1.76
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-# $Id: configure.ac,v 1.75 2008/01/02 01:36:15 karl Exp $
+# $Id: configure.ac,v 1.76 2008/02/22 19:16:48 karl Exp $
 #
 # This file is free software; as a special exception the author gives
 # unlimited permission to copy and/or distribute it, with or without
@@ -191,12 +191,14 @@
 
 # For teTeX and TeX Live.
 AC_CANONICAL_HOST
-AC_ARG_ENABLE(multiplatform,
-  [  --enable-multiplatform      put executables in bin/PLATFORM])
+AC_ARG_ENABLE([multiplatform],
+  [AS_HELP_STRING([--enable-multiplatform],
+     [put executables into bin/PLATFORM and libraries into lib/PLATFORM])])dnl
 # if enable_multiplatform is set in the environment, use that.
-test "x$enable_multiplatform" = xyes \
-&& test "x$bindir" = 'x${exec_prefix}/bin' \
-&& bindir="$bindir/$host"
+if test "x$enable_multiplatform" = xyes; then
+  test "x$bindir" = 'x${exec_prefix}/bin' && bindir="$bindir/$host"
+  test "x$libdir" = 'x${exec_prefix}/lib' && libdir="$libdir/$host"
+fi
 
 # Taken from the example in
 # http://www.gnu.org/software/automake/manual/html_node/Conditionals.html.
Index: doc/info.1
===================================================================
RCS file: /sources/texinfo/texinfo/doc/info.1,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- doc/info.1  30 Jan 2008 19:40:13 -0000      1.50
+++ doc/info.1  22 Feb 2008 19:21:17 -0000      1.51
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
-.TH INFO "1" "January 2008" "info 4.11.90" "User Commands"
+.TH INFO "1" "February 2008" "info 4.11.90" "User Commands"
 .SH NAME
 info \- read Info documents
 .SH SYNOPSIS
@@ -86,7 +86,7 @@
 general questions and discussion to address@hidden
 Texinfo home page: http://www.gnu.org/software/texinfo/
 .SH COPYRIGHT
-Copyright \(co 2007 Free Software Foundation, Inc.
+Copyright \(co 2008 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 .br
 This is free software: you are free to change and redistribute it.
Index: doc/infokey.1
===================================================================
RCS file: /sources/texinfo/texinfo/doc/infokey.1,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- doc/infokey.1       2 Jan 2008 01:36:15 -0000       1.26
+++ doc/infokey.1       22 Feb 2008 19:21:17 -0000      1.27
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH INFOKEY "1" "January 2008" "infokey 4.11.90" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
+.TH INFOKEY "1" "February 2008" "infokey 4.11.90" "User Commands"
 .SH NAME
 infokey \- compile customizations for Info
 .SH SYNOPSIS
@@ -23,7 +23,7 @@
 general questions and discussion to address@hidden
 Texinfo home page: http://www.gnu.org/software/texinfo/
 .SH COPYRIGHT
-Copyright \(co 2007 Free Software Foundation, Inc.
+Copyright \(co 2008 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 .br
 This is free software: you are free to change and redistribute it.
Index: doc/install-info.1
===================================================================
RCS file: /sources/texinfo/texinfo/doc/install-info.1,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- doc/install-info.1  30 Jan 2008 19:40:13 -0000      1.49
+++ doc/install-info.1  22 Feb 2008 19:21:18 -0000      1.50
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
-.TH INSTALL-INFO "1" "January 2008" "install-info 4.11.90" "User Commands"
+.TH INSTALL-INFO "1" "February 2008" "install-info 4.11.90" "User Commands"
 .SH NAME
 install-info \- update info/dir entries
 .SH SYNOPSIS
@@ -102,7 +102,7 @@
 general questions and discussion to address@hidden
 Texinfo home page: http://www.gnu.org/software/texinfo/
 .SH COPYRIGHT
-Copyright \(co 2007 Free Software Foundation, Inc.
+Copyright \(co 2008 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 .br
 This is free software: you are free to change and redistribute it.
Index: doc/makeinfo.1
===================================================================
RCS file: /sources/texinfo/texinfo/doc/makeinfo.1,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- doc/makeinfo.1      21 Feb 2008 19:41:00 -0000      1.63
+++ doc/makeinfo.1      22 Feb 2008 19:21:18 -0000      1.64
@@ -200,7 +200,7 @@
 general questions and discussion to address@hidden
 Texinfo home page: http://www.gnu.org/software/texinfo/
 .SH COPYRIGHT
-Copyright \(co 2007 Free Software Foundation, Inc.
+Copyright \(co 2008 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 .br
 This is free software: you are free to change and redistribute it.
Index: doc/texi2dvi.1
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texi2dvi.1,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- doc/texi2dvi.1      21 Feb 2008 19:41:00 -0000      1.69
+++ doc/texi2dvi.1      22 Feb 2008 19:21:18 -0000      1.70
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
-.TH TEXI2DVI "1" "February 2008" "texi2dvi 1.110" "User Commands"
+.TH TEXI2DVI "1" "February 2008" "texi2dvi 1.111" "User Commands"
 .SH NAME
 texi2dvi \- convert Texinfo documents to DVI
 .SH SYNOPSIS
@@ -170,7 +170,7 @@
 general questions and discussion to <address@hidden>.
 Texinfo home page: http://www.gnu.org/software/texinfo/
 .SH COPYRIGHT
-Copyright \(co 2007 Free Software Foundation, Inc.
+Copyright \(co 2008 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 .br
 This is free software: you are free to change and redistribute it.
Index: doc/texindex.1
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texindex.1,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- doc/texindex.1      2 Jan 2008 01:36:15 -0000       1.48
+++ doc/texindex.1      22 Feb 2008 19:21:18 -0000      1.49
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH TEXINDEX "1" "January 2008" "texindex 4.11.90" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
+.TH TEXINDEX "1" "February 2008" "texindex 4.11.90" "User Commands"
 .SH NAME
 texindex \- sort Texinfo index files
 .SH SYNOPSIS
@@ -23,7 +23,7 @@
 general questions and discussion to address@hidden
 Texinfo home page: http://www.gnu.org/software/texinfo/
 .SH COPYRIGHT
-Copyright \(co 2007 Free Software Foundation, Inc.
+Copyright \(co 2008 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 .br
 This is free software: you are free to change and redistribute it.
Index: info/info.c
===================================================================
RCS file: /sources/texinfo/texinfo/info/info.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- info/info.c 22 Jan 2008 01:03:00 -0000      1.27
+++ info/info.c 22 Feb 2008 19:18:25 -0000      1.28
@@ -1,5 +1,5 @@
 /* info.c -- Display nodes of Info files in multiple windows.
-   $Id: info.c,v 1.27 2008/01/22 01:03:00 karl Exp $
+   $Id: info.c,v 1.28 2008/02/22 19:18:25 karl Exp $
 
    Copyright (C) 1993, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
    2004, 2005, 2007, 2008 Free Software Foundation, Inc.
@@ -293,7 +293,7 @@
 License GPLv3+: GNU GPL version 3 or later 
<http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n"),
-             "2007");
+             "2008");
       xexit (0);
     }
 
Index: info/infokey.c
===================================================================
RCS file: /sources/texinfo/texinfo/info/infokey.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- info/infokey.c      1 Jul 2007 21:20:30 -0000       1.15
+++ info/infokey.c      22 Feb 2008 19:21:18 -0000      1.16
@@ -1,7 +1,7 @@
 /* infokey.c -- compile ~/.infokey to ~/.info.
-   $Id: infokey.c,v 1.15 2007/07/01 21:20:30 karl Exp $
+   $Id: infokey.c,v 1.16 2008/02/22 19:21:18 karl Exp $
 
-   Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2007
+   Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2007, 2008
    Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
@@ -146,7 +146,7 @@
 License GPLv3+: GNU GPL version 3 or later 
<http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n"),
-             "2007");
+             "2008");
       xexit (0);
     }
 
Index: install-info/install-info.c
===================================================================
RCS file: /sources/texinfo/texinfo/install-info/install-info.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- install-info/install-info.c 20 Jan 2008 19:45:17 -0000      1.2
+++ install-info/install-info.c 22 Feb 2008 19:18:25 -0000      1.3
@@ -1,5 +1,5 @@
 /* install-info -- create Info directory entry(ies) for an Info file.
-   $Id: install-info.c,v 1.2 2008/01/20 19:45:17 karl Exp $
+   $Id: install-info.c,v 1.3 2008/02/22 19:18:25 karl Exp $
 
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
    2005, 2007, 2008 Free Software Foundation, Inc.
@@ -2062,7 +2062,7 @@
 License GPLv3+: GNU GPL version 3 or later 
<http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n"),
-             "2007");
+             "2008");
           xexit (0);
 
         case 'W':
Index: makeinfo/makeinfo.c
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/makeinfo.c,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- makeinfo/makeinfo.c 17 Feb 2008 19:07:58 -0000      1.116
+++ makeinfo/makeinfo.c 22 Feb 2008 19:18:25 -0000      1.117
@@ -1,5 +1,5 @@
 /* makeinfo -- convert Texinfo source into other formats.
-   $Id: makeinfo.c,v 1.116 2008/02/17 19:07:58 karl Exp $
+   $Id: makeinfo.c,v 1.117 2008/02/22 19:18:25 karl Exp $
 
    Copyright (C) 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
    2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
@@ -784,7 +784,7 @@
 License GPLv3+: GNU GPL version 3 or later 
<http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n"),
-             "2007");
+             "2008");
           xexit (0);
           break;
 
Index: util/texi2dvi
===================================================================
RCS file: /sources/texinfo/texinfo/util/texi2dvi,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- util/texi2dvi       18 Feb 2008 01:05:59 -0000      1.110
+++ util/texi2dvi       22 Feb 2008 19:18:25 -0000      1.111
@@ -1,6 +1,6 @@
 #! /bin/sh
 # texi2dvi --- produce DVI (or PDF) files from Texinfo (or (La)TeX) sources.
-# $Id: texi2dvi,v 1.110 2008/02/18 01:05:59 karl Exp $
+# $Id: texi2dvi,v 1.111 2008/02/22 19:18:25 karl Exp $
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001,
 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
@@ -33,12 +33,12 @@
 set -e
 
 # This string is expanded by rcs automatically when this file is checked out.
-rcs_revision='$Revision: 1.110 $'
+rcs_revision='$Revision: 1.111 $'
 rcs_version=`set - $rcs_revision; echo $2`
 program=`echo $0 | sed -e 's!.*/!!'`
 version="texi2dvi (GNU Texinfo 4.11) $rcs_version
 
-Copyright (C) 2007 Free Software Foundation, Inc.
+Copyright (C) 2008 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.
Index: util/texindex.c
===================================================================
RCS file: /sources/texinfo/texinfo/util/texindex.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- util/texindex.c     21 Sep 2007 22:49:26 -0000      1.23
+++ util/texindex.c     22 Feb 2008 19:18:25 -0000      1.24
@@ -1,8 +1,8 @@
 /* texindex -- sort TeX index dribble output into an actual index.
-   $Id: texindex.c,v 1.23 2007/09/21 22:49:26 karl Exp $
+   $Id: texindex.c,v 1.24 2008/02/22 19:18:25 karl Exp $
 
    Copyright (C) 1987, 1991, 1992, 1996, 1997, 1998, 1999, 2000, 2001,
-   2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -296,7 +296,7 @@
 License GPLv3+: GNU GPL version 3 or later 
<http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n"),
-             "2007");
+             "2008");
               xexit (0);
             }
           else if ((strcmp (arg, "--keep") == 0) ||
P ChangeLog
P configure.ac
P doc/info.1
P doc/infokey.1
P doc/install-info.1
P doc/makeinfo.1
P doc/texi2dvi.1
P doc/texindex.1
P info/info.c
P info/infokey.c
P install-info/install-info.c
P makeinfo/makeinfo.c
P util/texi2dvi
P util/texindex.c




reply via email to

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