[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo update (Sat Jan 14 11:22:01 EST 2006)
From: |
Karl Berry |
Subject: |
texinfo update (Sat Jan 14 11:22:01 EST 2006) |
Date: |
Sat, 14 Jan 2006 11:22:03 -0500 |
Index: install-sh
===================================================================
RCS file: /sources/texinfo/texinfo/install-sh,v
retrieving revision 1.16
retrieving revision 1.17
diff -c -r1.16 -r1.17
*** install-sh 11 Nov 2005 13:53:36 -0000 1.16
--- install-sh 14 Jan 2006 16:20:16 -0000 1.17
***************
*** 1,7 ****
#!/bin/sh
# install - install a program, script, or datafile
! scriptversion=2005-11-07.23
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
--- 1,7 ----
#!/bin/sh
# install - install a program, script, or datafile
! scriptversion=2006-01-12.21
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
***************
*** 233,243 ****
X"$dst" : 'X\(/\)' \| \
. : '\(.\)' 2>/dev/null ||
echo X"$dst" |
! sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
! /^X\(\/\/\)[^/].*/{ s//\1/; q; }
! /^X\(\/\/\)$/{ s//\1/; q; }
! /^X\(\/\).*/{ s//\1/; q; }
! s/.*/./; q'
`
test -d "$dstdir"
--- 233,255 ----
X"$dst" : 'X\(/\)' \| \
. : '\(.\)' 2>/dev/null ||
echo X"$dst" |
! sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
! s//\1/
! q
! }
! /^X\(\/\/\)[^/].*/{
! s//\1/
! q
! }
! /^X\(\/\/\)$/{
! s//\1/
! q
! }
! /^X\(\/\).*/{
! s//\1/
! q
! }
! s/.*/./; q'
`
test -d "$dstdir"
Index: missing
===================================================================
RCS file: /sources/texinfo/texinfo/missing,v
retrieving revision 1.8
retrieving revision 1.9
diff -c -r1.8 -r1.9
*** missing 10 Jun 2005 12:49:05 -0000 1.8
--- missing 14 Jan 2006 16:20:16 -0000 1.9
***************
*** 1,9 ****
#! /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.
# Originally by Fran,cois Pinard <address@hidden>, 1996.
--- 1,9 ----
#! /bin/sh
# Common stub for a few missing GNU programs while installing.
! scriptversion=2006-01-12.21
! # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006
# Free Software Foundation, Inc.
# Originally by Fran,cois Pinard <address@hidden>, 1996.
***************
*** 293,299 ****
if test -z "$file"; then
# ... or it is the one specified with @setfilename ...
infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
! file=`sed -n '/address@hidden/ { s/.* \([^ ]*\) *$/\1/; p; q; }'
$infile`
# ... 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
--- 293,304 ----
if test -z "$file"; then
# ... or it is the one specified with @setfilename ...
infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
! file=`sed -n '
! /address@hidden/{
! s/.* \([^ ]*\) *$/\1/
! p
! q
! }' $infile`
# ... 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
P install-sh
P missing
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo update (Sat Jan 14 11:22:01 EST 2006),
Karl Berry <=