From: Jim Meyering Date: Tue, 27 Mar 2007 14:08:29 +0000 (+0200) Subject: * README: Use "install", not "ginstall" in the list of program names. X-Git-Tag: v6.9.89~357^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=311b6df3447e33863c94ab6ce9eed15e3ee696ac;p=thirdparty%2Fcoreutils.git * README: Use "install", not "ginstall" in the list of program names. * src/Makefile.am (check-README): Substitute s/ginstall/install/. --- diff --git a/ChangeLog b/ChangeLog index 0c43804faf..980a6f9df3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-27 Jim Meyering + + * README: Use "install", not "ginstall" in the list of program names. + * src/Makefile.am (check-README): Substitute s/ginstall/install/. + 2007-03-25 Jim Meyering * src/c99-to-c89.diff: Regenerate. diff --git a/README b/README index 236b2d51ab..218bad00a6 100644 --- a/README +++ b/README @@ -9,7 +9,7 @@ The programs that can be built with this package are: [ base64 basename cat chgrp chmod chown chroot cksum comm cp csplit cut date dd df dir dircolors dirname du echo env expand expr factor false fmt fold - ginstall groups head hostid hostname id join kill link ln logname ls + groups head hostid hostname id install join kill link ln logname ls md5sum mkdir mkfifo mknod mv nice nl nohup od paste pathchk pinky pr printenv printf ptx pwd readlink rm rmdir seq sha1sum sha224sum sha256sum sha384sum sha512sum shred shuf sleep sort split stat stty su sum sync tac diff --git a/src/Makefile.am b/src/Makefile.am index 863a32b5aa..0768216924 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -269,7 +269,7 @@ check: check-README check-misc check-README: rm -rf $(pr) $(pm) echo $(all_programs) \ - | tr -s ' ' '\n' | sed -e 's,$(EXEEXT)$$,,' \ + | tr -s ' ' '\n' | sed -e 's,$(EXEEXT)$$,,;s/ginstall/install/' \ | $(ASSORT) -u > $(pm) && \ sed -n '/^The programs .* are:/,/^[a-zA-Z]/p' $(top_srcdir)/README \ | sed -n '/^ */s///p' | tr -s ' ' '\n' > $(pr)