diff options
Diffstat (limited to 'gettext-tools/examples/hello-guile/autoclean.sh')
-rwxr-xr-x | gettext-tools/examples/hello-guile/autoclean.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gettext-tools/examples/hello-guile/autoclean.sh b/gettext-tools/examples/hello-guile/autoclean.sh index a309cee..7fd9f34 100755 --- a/gettext-tools/examples/hello-guile/autoclean.sh +++ b/gettext-tools/examples/hello-guile/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. |