mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 08:36:05 -04:00
14 lines
287 B
Bash
14 lines
287 B
Bash
#!/bin/sh
|
|
# Example for use of GNU gettext.
|
|
# Copyright (C) 2003 Free Software Foundation, Inc.
|
|
# This file is in the public domain.
|
|
#
|
|
# Script for cleaning all autogenerated files.
|
|
|
|
make distclean
|
|
|
|
rm -f po/remove-potcdate.sed
|
|
rm -f po/remove-potcdate.sin
|
|
rm -f po/*.pot
|
|
rm -rf *.lproj
|