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 8make distclean 9 10rm -f po/remove-potcdate.sed 11rm -f po/remove-potcdate.sin 12rm -f po/*.pot 13rm -rf *.lproj 14