texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Thu Nov 18 10:22:01 EST 2004)


From: Karl Berry
Subject: texinfo update (Thu Nov 18 10:22:01 EST 2004)
Date: Thu, 18 Nov 2004 10:22:11 -0500

Index: config.sub
===================================================================
RCS file: /cvsroot/texinfo/texinfo/config.sub,v
retrieving revision 1.29
retrieving revision 1.30
diff -c -r1.29 -r1.30
*** config.sub  14 Nov 2004 13:10:31 -0000      1.29
--- config.sub  18 Nov 2004 15:00:52 -0000      1.30
***************
*** 3,9 ****
  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
  #   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
  
! timestamp='2004-11-12'
  
  # This file is (in principle) common to ALL GNU software.
  # The presence of a machine in this file suggests that SOME GNU software
--- 3,9 ----
  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
  #   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
  
! timestamp='2004-11-17'
  
  # This file is (in principle) common to ALL GNU software.
  # The presence of a machine in this file suggests that SOME GNU software
***************
*** 267,273 ****
        | tahoe | thumb | tic4x | tic80 | tron \
        | v850 | v850e \
        | we32k \
!       | x86 | xscale | xstormy16 | xtensa \
        | z8k)
                basic_machine=$basic_machine-unknown
                ;;
--- 267,273 ----
        | tahoe | thumb | tic4x | tic80 | tron \
        | v850 | v850e \
        | we32k \
!       | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
        | z8k)
                basic_machine=$basic_machine-unknown
                ;;
***************
*** 343,350 ****
        | tron-* \
        | v850-* | v850e-* | vax-* \
        | we32k-* \
!       | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
!       | xtensa-* \
        | ymp-* \
        | z8k-*)
                ;;
--- 343,350 ----
        | tron-* \
        | v850-* | v850e-* | vax-* \
        | we32k-* \
!       | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
!       | xstormy16-* | xtensa-* \
        | ymp-* \
        | z8k-*)
                ;;
Index: configure.ac
===================================================================
RCS file: /cvsroot/texinfo/texinfo/configure.ac,v
retrieving revision 1.43
retrieving revision 1.44
diff -c -r1.43 -r1.44
*** configure.ac        19 Oct 2004 11:55:57 -0000      1.43
--- configure.ac        18 Nov 2004 15:00:52 -0000      1.44
***************
*** 1,5 ****
  # Process this file with autoconf to produce a configure script.
! # $Id: configure.ac,v 1.43 2004/10/19 11:55:57 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
--- 1,5 ----
  # Process this file with autoconf to produce a configure script.
! # $Id: configure.ac,v 1.44 2004/11/18 15:00:52 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
***************
*** 185,195 ****
  # For teTeX and TeX Live.
  AC_CANONICAL_HOST
  AC_ARG_ENABLE(multiplatform,
!   [  --enable-multiplatform  put executables in bin/PLATFORM])
  test "x$enable_multiplatform" = xyes \
  && test "x$bindir" = 'x${exec_prefix}/bin' \
  && bindir="$bindir/$host"
  
  # i18n support.  To update to a new version of gettext, run:
  # gettextize -f -c --intl
  AM_GNU_GETTEXT_VERSION(0.14.1)
--- 185,207 ----
  # For teTeX and TeX Live.
  AC_CANONICAL_HOST
  AC_ARG_ENABLE(multiplatform,
!   [  --enable-multiplatform      put executables in bin/PLATFORM])
  test "x$enable_multiplatform" = xyes \
  && test "x$bindir" = 'x${exec_prefix}/bin' \
  && bindir="$bindir/$host"
  
+ # Taken from the example in
+ # http://www.gnu.org/software/automake/manual/html_node/Conditionals.html.
+ AC_ARG_ENABLE(install-warnings,
+   [  --disable-install-warnings  omit make install warnings about TeX files],
+   [case "${enableval}" in
+      yes) install_warnings=true ;;
+       no) install_warnings=false ;;
+        *) AC_MSG_ERROR(bad value ${enableval} for --enable-install-warnings) 
;;
+    esac],
+    [install_warnings=true])
+ AM_CONDITIONAL(INSTALL_WARNINGS, $install_warnings)
+ 
  # i18n support.  To update to a new version of gettext, run:
  # gettextize -f -c --intl
  AM_GNU_GETTEXT_VERSION(0.14.1)
Index: doc/info.1
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/info.1,v
retrieving revision 1.28
retrieving revision 1.29
diff -c -r1.28 -r1.29
*** doc/info.1  2 Oct 2004 12:38:14 -0000       1.28
--- doc/info.1  18 Nov 2004 15:00:52 -0000      1.29
***************
*** 1,5 ****
  .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
! .TH INFO "1" "October 2004" "info 4.7.90" "User Commands"
  .SH NAME
  info \- read Info documents
  .SH SYNOPSIS
--- 1,5 ----
  .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
! .TH INFO "1" "November 2004" "info 4.7.90" "User Commands"
  .SH NAME
  info \- read Info documents
  .SH SYNOPSIS
Index: doc/infokey.1
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/infokey.1,v
retrieving revision 1.6
retrieving revision 1.7
diff -c -r1.6 -r1.7
*** doc/infokey.1       2 Oct 2004 12:38:14 -0000       1.6
--- doc/infokey.1       18 Nov 2004 15:00:53 -0000      1.7
***************
*** 1,5 ****
  .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
! .TH INFOKEY "1" "October 2004" "infokey 4.7.90" "User Commands"
  .SH NAME
  infokey \- compile customizations for Info
  .SH SYNOPSIS
--- 1,5 ----
  .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
! .TH INFOKEY "1" "November 2004" "infokey 4.7.90" "User Commands"
  .SH NAME
  infokey \- compile customizations for Info
  .SH SYNOPSIS
Index: doc/install-info.1
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/install-info.1,v
retrieving revision 1.28
retrieving revision 1.29
diff -c -r1.28 -r1.29
*** doc/install-info.1  2 Oct 2004 12:38:14 -0000       1.28
--- doc/install-info.1  18 Nov 2004 15:00:53 -0000      1.29
***************
*** 1,5 ****
  .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
! .TH INSTALL-INFO "1" "October 2004" "install-info 4.7.90" "User Commands"
  .SH NAME
  install-info \- update info/dir entries
  .SH SYNOPSIS
--- 1,5 ----
  .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
! .TH INSTALL-INFO "1" "November 2004" "install-info 4.7.90" "User Commands"
  .SH NAME
  install-info \- update info/dir entries
  .SH SYNOPSIS
Index: doc/texi2dvi.1
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/texi2dvi.1,v
retrieving revision 1.34
retrieving revision 1.35
diff -c -r1.34 -r1.35
*** doc/texi2dvi.1      2 Oct 2004 12:38:14 -0000       1.34
--- doc/texi2dvi.1      18 Nov 2004 15:00:53 -0000      1.35
***************
*** 1,5 ****
  .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
! .TH TEXI2DVI "1" "October 2004" "texi2dvi 1.33" "User Commands"
  .SH NAME
  texi2dvi \- print Texinfo documents
  .SH SYNOPSIS
--- 1,5 ----
  .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
! .TH TEXI2DVI "1" "November 2004" "texi2dvi 1.33" "User Commands"
  .SH NAME
  texi2dvi \- print Texinfo documents
  .SH SYNOPSIS
Index: doc/texindex.1
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/texindex.1,v
retrieving revision 1.27
retrieving revision 1.28
diff -c -r1.27 -r1.28
*** doc/texindex.1      2 Oct 2004 12:38:14 -0000       1.27
--- doc/texindex.1      18 Nov 2004 15:00:53 -0000      1.28
***************
*** 1,5 ****
  .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
! .TH TEXINDEX "1" "October 2004" "texindex 4.7.90" "User Commands"
  .SH NAME
  texindex \- sort Texinfo index files
  .SH SYNOPSIS
--- 1,5 ----
  .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
! .TH TEXINDEX "1" "November 2004" "texindex 4.7.90" "User Commands"
  .SH NAME
  texindex \- sort Texinfo index files
  .SH SYNOPSIS
P config.sub
P configure.ac
P doc/info.1
P doc/infokey.1
P doc/install-info.1
P doc/texi2dvi.1
P doc/texindex.1


reply via email to

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