diff options
author | Bruno Haible <bruno@clisp.org> | 2006-04-22 14:16:31 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:13:11 +0200 |
commit | ebdacfb2d0f5e376ca1e03005d924b5f99e139bd (patch) | |
tree | dcb5e308cc0e1180d13a5c282d4e7e6b75ebf361 /gettext-tools/examples/hello-tcl/autoclean.sh | |
parent | c517d1cdf263cb7c84e5d759a33d0d5dbef48a51 (diff) | |
download | external_gettext-ebdacfb2d0f5e376ca1e03005d924b5f99e139bd.zip external_gettext-ebdacfb2d0f5e376ca1e03005d924b5f99e139bd.tar.gz external_gettext-ebdacfb2d0f5e376ca1e03005d924b5f99e139bd.tar.bz2 |
Stop using the mkinstalldirs script.
Diffstat (limited to 'gettext-tools/examples/hello-tcl/autoclean.sh')
-rwxr-xr-x | gettext-tools/examples/hello-tcl/autoclean.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gettext-tools/examples/hello-tcl/autoclean.sh b/gettext-tools/examples/hello-tcl/autoclean.sh index 7b5d858..460f695 100755 --- a/gettext-tools/examples/hello-tcl/autoclean.sh +++ b/gettext-tools/examples/hello-tcl/autoclean.sh @@ -1,6 +1,6 @@ #!/bin/sh # Example for use of GNU gettext. -# Copyright (C) 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc. # This file is in the public domain. # # Script for cleaning all autogenerated files. @@ -24,7 +24,6 @@ rm -f Makefile.in rm -f m4/Makefile.in rm -f po/Makefile.in rm -f install-sh -rm -f mkinstalldirs rm -f missing rm -f po/*.pot rm -f po/stamp-po |