~ubuntu-branches/ubuntu/breezy/gettext/breezy

« back to all changes in this revision

Viewing changes to gettext-tools/examples/hello-python/autoclean.sh

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2004-03-14 17:40:02 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040314174002-p1ad5ldve1hqzhye
Tags: 0.14.1-2
* Added libexpat1-dev to Build-Depends, for glade support.
* Added libc0.1-dev to Build-Depends, for GNU/kFreeBSD.
* Removed special-casing of knetbsd-gnu in debian/rules.

Show diffs side-by-side

added added

removed removed

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