summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHarald Judt <h.judt@gmx.at>2015-02-17 22:01:49 +0100
committerHarald Judt <h.judt@gmx.at>2015-02-17 22:33:38 +0100
commit6b088ab3d118f9cd4e9c98c6bd3883a05ef8a73e (patch)
treeb7fc3902654226253275dbca30f43f7d52b25ea6 /scripts
parent9c0e7524f0659a2c4867e8bb007bd5c0d0282512 (diff)
downloadxfce4-dev-tools-6b088ab3d118f9cd4e9c98c6bd3883a05ef8a73e.tar.gz
Update list of files to clean with xdt-autogen
Diffstat (limited to 'scripts')
-rw-r--r--scripts/xdt-autogen.in.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/scripts/xdt-autogen.in.in b/scripts/xdt-autogen.in.in
index 810b10e..4aecee8 100644
--- a/scripts/xdt-autogen.in.in
+++ b/scripts/xdt-autogen.in.in
@@ -342,11 +342,16 @@ if test x"$1" = x"clean"; then
(cd ${directory} ;
rm -f config.* configure configure.lineno aclocal.m4 ;
rm -f compile depcomp ltmain.sh missing install-sh ;
- rm -f po/Makefile.in.in ;
+ rm -f po/Makefile.in.in po/stamp-it ;
rm -f stamp-h1 *.spec ;
rm -f mkinstalldirs libtool ;
- rm -rf autom4te.cache ;
+ rm -rf autom4te.cache m4 gtk-doc.m4 ;
rm -f intltool-* gtk-doc.make ;
+ rm -f test-driver ;
+
+ if test -f po/POTFILES.in; then
+ rm -f po/POTFILES
+ fi
if test -f configure.ac.in -a -f configure.ac; then
rm -f configure.ac
elif test -f configure.in.in -a -f configure.in; then