From 6b088ab3d118f9cd4e9c98c6bd3883a05ef8a73e Mon Sep 17 00:00:00 2001 From: Harald Judt Date: Tue, 17 Feb 2015 22:01:49 +0100 Subject: Update list of files to clean with xdt-autogen --- scripts/xdt-autogen.in.in | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'scripts') 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 -- cgit v1.2.1