texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Fri Jun 10 08:52:01 EDT 2005)


From: Karl Berry
Subject: texinfo update (Fri Jun 10 08:52:01 EDT 2005)
Date: Fri, 10 Jun 2005 08:52:39 -0400

Index: missing
===================================================================
RCS file: /cvsroot/texinfo/texinfo/missing,v
retrieving revision 1.7
retrieving revision 1.8
diff -c -r1.7 -r1.8
*** missing     15 May 2005 13:05:23 -0000      1.7
--- missing     10 Jun 2005 12:49:05 -0000      1.8
***************
*** 1,7 ****
  #! /bin/sh
  # Common stub for a few missing GNU programs while installing.
  
! scriptversion=2005-05-14.22
  
  # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005
  #   Free Software Foundation, Inc.
--- 1,7 ----
  #! /bin/sh
  # Common stub for a few missing GNU programs while installing.
  
! scriptversion=2005-06-08.21
  
  # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005
  #   Free Software Foundation, Inc.
***************
*** 297,302 ****
--- 297,305 ----
        # ... or it is derived from the source name (dir/f.texi becomes f.info)
        test -z "$file" && file=`echo "$infile" | sed 
's,.*/,,;s,.[^.]*$,,'`.info
      fi
+     # If the file does not exist, the user really needs makeinfo;
+     # let's fail without touching anything.
+     test -f $file || exit 1
      touch $file
      ;;
  
P missing


reply via email to

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