• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-objc-gnustep/
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