diff options
author | Bruno Haible <bruno@clisp.org> | 2005-09-20 11:02:14 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:12:51 +0200 |
commit | f20706194654a5608f8e160eac73d4f8ecb72948 (patch) | |
tree | d9a3e00ca227ab855ab4a472146ae259ed8ed405 /gettext-tools/examples/hello-tcl/autoclean.sh | |
parent | ee8fd2262a2e3e2a95d81b6d13d99baf6dbf3ee1 (diff) | |
download | external_gettext-f20706194654a5608f8e160eac73d4f8ecb72948.zip external_gettext-f20706194654a5608f8e160eac73d4f8ecb72948.tar.gz external_gettext-f20706194654a5608f8e160eac73d4f8ecb72948.tar.bz2 |
Also install or remove m4/progtest.m4.
Diffstat (limited to 'gettext-tools/examples/hello-tcl/autoclean.sh')
-rwxr-xr-x | gettext-tools/examples/hello-tcl/autoclean.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gettext-tools/examples/hello-tcl/autoclean.sh b/gettext-tools/examples/hello-tcl/autoclean.sh index beb6fc6..7b5d858 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 Free Software Foundation, Inc. +# Copyright (C) 2003, 2005 Free Software Foundation, Inc. # This file is in the public domain. # # Script for cleaning all autogenerated files. @@ -10,6 +10,7 @@ test ! -f Makefile || make distclean # Brought in by explicit copy. rm -f m4/nls.m4 rm -f m4/po.m4 +rm -f m4/progtest.m4 rm -f po/remove-potcdate.sin # Generated by aclocal. |