diff options
| author | Bruno Haible <bruno@clisp.org> | 2005-05-03 10:46:59 +0000 |
|---|---|---|
| committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:12:33 +0200 |
| commit | d508cfe82c7accac0fcdae1645cab6050ea2bc46 (patch) | |
| tree | 688e79c9e63f72653f27e0c29e82f91cf869067c /gettext-tools/examples/hello-csharp-forms/autoclean.sh | |
| parent | 96d79a2d0644b9740779c3fcdd5923b763fb98a9 (diff) | |
| download | external_gettext-d508cfe82c7accac0fcdae1645cab6050ea2bc46.zip external_gettext-d508cfe82c7accac0fcdae1645cab6050ea2bc46.tar.gz external_gettext-d508cfe82c7accac0fcdae1645cab6050ea2bc46.tar.bz2 | |
Protect against pnet installations with missing pnetlib.
Diffstat (limited to 'gettext-tools/examples/hello-csharp-forms/autoclean.sh')
| -rwxr-xr-x | gettext-tools/examples/hello-csharp-forms/autoclean.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gettext-tools/examples/hello-csharp-forms/autoclean.sh b/gettext-tools/examples/hello-csharp-forms/autoclean.sh index 73f33cf..068b28c 100755 --- a/gettext-tools/examples/hello-csharp-forms/autoclean.sh +++ b/gettext-tools/examples/hello-csharp-forms/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. @@ -15,6 +15,7 @@ rm -f po/remove-potcdate.sin # Brought in by explicit copy. rm -f m4/csharpcomp.m4 rm -f m4/csharpexec.m4 +rm -f m4/csharpexec-test.exe rm -f csharpcomp.sh.in rm -f csharpexec.sh.in |
