Blame gettext-tools/examples/hello-smalltalk/autoclean.sh

Packit Bot 06c835
#!/bin/sh
Packit Bot 06c835
# Example for use of GNU gettext.
Packit Bot 06c835
# This file is in the public domain.
Packit Bot 06c835
#
Packit Bot 06c835
# Script for cleaning all autogenerated files.
Packit Bot 06c835
Packit Bot 06c835
test ! -f Makefile || make distclean
Packit Bot 06c835
Packit Bot 06c835
# Brought in by explicit copy.
Packit Bot 06c835
rm -f m4/nls.m4
Packit Bot 06c835
rm -f m4/po.m4
Packit Bot 06c835
rm -f m4/progtest.m4
Packit Bot 06c835
rm -f po/remove-potcdate.sin
Packit Bot 06c835
Packit Bot 06c835
# Generated by aclocal.
Packit Bot 06c835
rm -f aclocal.m4
Packit Bot 06c835
Packit Bot 06c835
# Generated by autoconf.
Packit Bot 06c835
rm -f configure
Packit Bot 06c835
Packit Bot 06c835
# Generated or brought in by automake.
Packit Bot 06c835
rm -f Makefile.in
Packit Bot 06c835
rm -f m4/Makefile.in
Packit Bot 06c835
rm -f po/Makefile.in
Packit Bot 06c835
rm -f install-sh
Packit Bot 06c835
rm -f missing
Packit Bot 06c835
rm -f po/*.pot
Packit Bot 06c835
rm -f po/stamp-po
Packit Bot 06c835
rm -f po/*.gmo