~ubuntu-branches/ubuntu/maverick/texinfo/maverick

« back to all changes in this revision

Viewing changes to util/fix-info-dir

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2005-10-28 15:10:30 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20051028151030-ha5ens3pi9e02ksw
Tags: 4.8-2
* Edit the changelog entry for 4.8-1 to include fixes for bugs that
  have been later closed via the email interface.
* Save debian/changelog in utf8 encoding (Closes: #333630)
* replace egrep and fgrep and numerical signals (Closes: #256287)
* include patch to info translations to fix crash on Ctrl-h, and
  regenerate the gmo files on build (Closes: #150710, #199615)
* include documentation into the info package, too (Closes: #261539)
* fix a typo in texinfo.info (Closes: #226898)
* fix a warning of texi2dvi if TEXINPUTS contains a not existent dir
  (Closes: #276006)
* add 50cyrtexinfo.cnf to fmt.d, and write a README.cyrtexinfo how to
  create a cyrillic texinfo format (Closes: #253124)
* Upload sponsored by Frank Küster <frank@debian.org>

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
#fix-info-dir (GNU texinfo)
3
3
VERSION=1.1
4
 
#Copyright (C) 1998 Free Software Foundation, Inc.
 
4
#Copyright (C) 1998, 2003 Free Software Foundation, Inc.
5
5
#fix-info-dir comes with NO WARRANTY, to the extent permitted by law.
6
6
#You may redistribute copies of fix-info-dir
7
7
#under the terms of the GNU General Public License.
118
118
                else
119
119
                        SKELETON="$ORIGINAL_DIR/$1"
120
120
                fi
121
 
                if test ! -r "$SKELETON" -a -f "$SKELETON"; then
 
121
                if test ! -r "$SKELETON" && test -f "$SKELETON"; then
122
122
                        echo "$0:$LINENO: $SKELETON is not readable">&2
123
123
                        exit 2
124
124
                fi