• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2# Example for use of GNU gettext.
3# This file is in the public domain.
4#
5# Script for cleaning all autogenerated files.
6
7make distclean
8
9rm -f po/remove-potcdate.sed
10rm -f po/remove-potcdate.sin
11rm -f po/*.pot
12rm -rf *.lproj
13