texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Wed Nov 17 20:22:01 EST 2004)


From: Karl Berry
Subject: texinfo update (Wed Nov 17 20:22:01 EST 2004)
Date: Wed, 17 Nov 2004 20:22:11 -0500

Index: INSTALL
===================================================================
RCS file: /cvsroot/texinfo/texinfo/INSTALL,v
retrieving revision 1.3
retrieving revision 1.4
diff -c -r1.3 -r1.4
*** INSTALL     11 Apr 2004 17:56:45 -0000      1.3
--- INSTALL     18 Nov 2004 01:10:59 -0000      1.4
***************
*** 1,4 ****
! $Id: INSTALL,v 1.3 2004/04/11 17:56:45 karl Exp $
  
       Copying and distribution of this file, with or without modification,
       are permitted in any medium without royalty provided the copyright
--- 1,4 ----
! $Id: INSTALL,v 1.4 2004/11/18 01:10:59 karl Exp $
  
       Copying and distribution of this file, with or without modification,
       are permitted in any medium without royalty provided the copyright
***************
*** 16,21 ****
--- 16,26 ----
      make TEXMF=/your/texmf install-tex
    texinfo.tex is installed in ${TEXMF}/tex/texinfo/texinfo.tex, etc.
  
+ * On the other hand, if you're maintaining a TeX distribution, you don't
+   want your users to see the installation warnings, because you already
+   have the files installed.  (And you're keeping them up to date, right?)
+   In this case, run configure --disable-install-warnings.
+ 
  * On MacOSX, if configure fails with the error:
        ac_cv_build='config.sub: invalid option -apple-darwin7.2.0
  this is probably because your uname -p is returning "unknown".  Use
Index: NEWS
===================================================================
RCS file: /cvsroot/texinfo/texinfo/NEWS,v
retrieving revision 1.94
retrieving revision 1.95
diff -c -r1.94 -r1.95
*** NEWS        2 Nov 2004 13:29:27 -0000       1.94
--- NEWS        18 Nov 2004 01:10:59 -0000      1.95
***************
*** 1,4 ****
! $Id: NEWS,v 1.94 2004/11/02 13:29:27 karl Exp $
  This file records noteworthy changes.
  
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
--- 1,4 ----
! $Id: NEWS,v 1.95 2004/11/18 01:10:59 karl Exp $
  This file records noteworthy changes.
  
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
***************
*** 29,34 ****
--- 29,36 ----
  * Distribution:
    . new convenience script texi2pdf, equivalent to texi2dvi --pdf (from 
tetex).
    . some cross-compiling support in configure && make.
+   . new configure option --disable-install-warnings, for TeX
+     distributions which do have the files installed.
    . automake 1.9.3.
  
  4.7 (9 April 2004)
Index: doc/Makefile.am
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/Makefile.am,v
retrieving revision 1.19
retrieving revision 1.20
diff -c -r1.19 -r1.20
*** doc/Makefile.am     8 Oct 2004 22:01:14 -0000       1.19
--- doc/Makefile.am     18 Nov 2004 01:10:59 -0000      1.20
***************
*** 1,4 ****
! # $Id: Makefile.am,v 1.19 2004/10/08 22:01:14 karl Exp $
  # Makefile.am for texinfo/doc.
  # Run automake in .. to produce Makefile.in from this.
  #
--- 1,4 ----
! # $Id: Makefile.am,v 1.20 2004/11/18 01:10:59 karl Exp $
  # Makefile.am for texinfo/doc.
  # Run automake in .. to produce Makefile.in from this.
  #
***************
*** 30,38 ****
               fdl.texi \
             $(man_MANS) $(TXI_XLATE)
  
  install-data-local:
        @echo
!       @echo "WARNING: You must install texinfo.tex and txi-??.tex manually,"
        @echo "         perhaps in TEXMF/tex/texinfo/,"
        @echo "         where TEXMF is a root of your TeX tree."
        @echo "         See doc/README for some considerations."
--- 30,41 ----
               fdl.texi \
             $(man_MANS) $(TXI_XLATE)
  
+ if INSTALL_WARNINGS
  install-data-local:
        @echo
!       @echo "WARNING: If your texmf tree does not already contain"
!       @echo "         up-to-date versions, you must install"
!       @echo "             texinfo.tex and txi-??.tex manually,"
        @echo "         perhaps in TEXMF/tex/texinfo/,"
        @echo "         where TEXMF is a root of your TeX tree."
        @echo "         See doc/README for some considerations."
***************
*** 42,47 ****
--- 45,51 ----
        @echo "         use pdftex) pdfcolor.tex in TEXMF/tex/generic/dvips"
        @echo "         and TEXMF/pdftex/plain/misc/pdfcolor.tex respectively,"
        @echo "         if your TeX installation did not include them."
+ endif
  
  texmf_texinfo = $(TEXMF)/tex/texinfo
  texmf_dvips = $(TEXMF)/tex/generic/dvips
P INSTALL
P NEWS
P doc/Makefile.am


reply via email to

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