-
Notifications
You must be signed in to change notification settings - Fork 0
/
clean.sh
63 lines (60 loc) · 896 Bytes
/
clean.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#!/bin/sh
rm -f \
Makefile \
config.status \
config.cache \
config.log \
configure \
Makefile.in \
aclocal.m4 \
config.guess \
config.sub \
install-sh \
mkinstalldirs \
missing \
depcomp \
*/Makefile \
src/Makefile.in \
ltconfig \
ltmain.sh \
libtool \
compile \
config.h \
intl/libintl.h \
src/gnuconfig.h \
src/gnuconfig.h.in \
src/xpm/Makefile.in \
src/xpm/Makefile \
pixmaps/Makefile.in \
pixmaps/flags/Makefile.in \
po/Makefile.in \
po/Makefile.in.in \
po/POTFILES \
po/*.gmo \
INSTALL \
COPYING
# 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
#intltool
rm -rf \
intltool-*.in \
po/remove-potcdate.sed \
po/stamp-po
rm -rf \
pixmaps/flags/*.png