No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / examples / hello-guile / autoclean.sh
bloba309cee671d8faaf4bf09a1a3b58e5a8559e3da1
1 #!/bin/sh
2 # Example for use of GNU gettext.
3 # Copyright (C) 2003 Free Software Foundation, Inc.
4 # This file is in the public domain.
6 # Script for cleaning all autogenerated files.
8 test ! -f Makefile || make distclean
10 # Brought in by explicit copy.
11 rm -f m4/nls.m4
12 rm -f m4/po.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 mkinstalldirs
27 rm -f missing
28 rm -f po/*.pot
29 rm -f po/stamp-po
30 rm -f po/*.gmo