Install gettext-0.18.1.1.tar.gz
[msysgit.git] / mingw / share / doc / gettext / examples / hello-tcl / autoclean.sh
blobf6054e25c78a56a05067e5e87e2f79cb2ed7e260
1 #!/bin/sh
2 # Example for use of GNU gettext.
3 # This file is in the public domain.
5 # Script for cleaning all autogenerated files.
7 test ! -f Makefile || make distclean
9 # Brought in by explicit copy.
10 rm -f m4/nls.m4
11 rm -f m4/po.m4
12 rm -f m4/progtest.m4
13 rm -f po/remove-potcdate.sin
15 # Generated by aclocal.
16 rm -f aclocal.m4
18 # Generated by autoconf.
19 rm -f configure
21 # Generated or brought in by automake.
22 rm -f Makefile.in
23 rm -f m4/Makefile.in
24 rm -f po/Makefile.in
25 rm -f install-sh
26 rm -f missing
27 rm -f po/*.pot
28 rm -f po/stamp-po
29 rm -f po/*.msg