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.
5#
6# Script for cleaning all autogenerated files.
7
8test ! -f Makefile || make distclean
9
10# Brought in by explicit copy.
11rm -f m4/nls.m4
12rm -f m4/po.m4
13rm -f po/remove-potcdate.sin
14
15# Generated by aclocal.
16rm -f aclocal.m4
17
18# Generated by autoconf.
19rm -f configure
20
21# Generated or brought in by automake.
22rm -f Makefile.in
23rm -f m4/Makefile.in
24rm -f po/Makefile.in
25rm -f install-sh
26rm -f mkinstalldirs
27rm -f missing
28rm -f po/*.pot
29rm -f po/stamp-po
30rm -f po/*.gmo
31