2001-09-06 15:27:49 +00:00
|
|
|
#!/bin/sh
|
|
|
|
rm -f \
|
|
|
|
Makefile \
|
|
|
|
config.status \
|
|
|
|
config.cache \
|
|
|
|
config.log \
|
|
|
|
configure \
|
|
|
|
Makefile.in \
|
|
|
|
aclocal.m4 \
|
|
|
|
config.guess \
|
|
|
|
config.sub \
|
|
|
|
install-sh \
|
|
|
|
mkinstalldirs \
|
|
|
|
missing \
|
2002-04-23 21:04:36 +00:00
|
|
|
depcomp \
|
2001-09-06 15:27:49 +00:00
|
|
|
*/Makefile \
|
|
|
|
src/Makefile.in \
|
|
|
|
ltconfig \
|
|
|
|
ltmain.sh \
|
|
|
|
libtool \
|
2003-10-29 20:40:05 +00:00
|
|
|
compile \
|
2001-09-06 15:27:49 +00:00
|
|
|
config.h \
|
|
|
|
intl/libintl.h \
|
|
|
|
src/gnuconfig.h \
|
|
|
|
src/gnuconfig.h.in \
|
|
|
|
src/xpm/Makefile.in \
|
|
|
|
src/xpm/Makefile \
|
2003-10-26 14:41:17 +00:00
|
|
|
pixmaps/Makefile.in \
|
|
|
|
pixmaps/flags/Makefile.in \
|
2001-09-08 22:33:14 +00:00
|
|
|
po/Makefile.in \
|
2004-03-21 11:34:24 +00:00
|
|
|
po/Makefile.in.in \
|
2001-09-08 22:33:14 +00:00
|
|
|
po/POTFILES \
|
2004-03-21 11:34:24 +00:00
|
|
|
po/*.gmo \
|
|
|
|
INSTALL \
|
|
|
|
COPYING
|
2003-10-25 11:13:38 +00:00
|
|
|
|
|
|
|
# gettextize
|
|
|
|
rm -rf \
|
|
|
|
ABOUT-NLS \
|
|
|
|
config.rpath \
|
|
|
|
mkinstalldirs \
|
|
|
|
m4 \
|
|
|
|
po/Makefile.in \
|
|
|
|
po/Makevars.template \
|
|
|
|
po/Rules-quot \
|
|
|
|
po/boldquot.sed \
|
|
|
|
po/en@boldquot.header \
|
|
|
|
po/en@quot.header \
|
|
|
|
po/insert-header.sin \
|
|
|
|
po/quot.sed \
|
|
|
|
po/remove-potcdate.sin \
|
|
|
|
intl/*.* \
|
|
|
|
intl/ChangeLog \
|
|
|
|
intl/VERSION
|
2003-10-26 14:41:17 +00:00
|
|
|
|
2004-03-21 11:34:24 +00:00
|
|
|
#intltool
|
|
|
|
rm -rf \
|
|
|
|
intltool-*.in \
|
|
|
|
po/remove-potcdate.sed \
|
|
|
|
po/stamp-po
|
|
|
|
|
2003-10-26 14:41:17 +00:00
|
|
|
rm -rf \
|
|
|
|
pixmaps/flags/*.png
|