[Xfce4-commits] [xfce/xfce4-dev-tools] 07/08: Update list of files to clean with xdt-autogen
noreply at xfce.org
noreply at xfce.org
Tue Feb 17 23:06:28 CET 2015
This is an automated email from the git hooks/post-receive script.
hjudt pushed a commit to branch master
in repository xfce/xfce4-dev-tools.
commit 6b088ab3d118f9cd4e9c98c6bd3883a05ef8a73e
Author: Harald Judt <h.judt at gmx.at>
Date: Tue Feb 17 22:01:49 2015 +0100
Update list of files to clean with xdt-autogen
---
scripts/xdt-autogen.in.in | 9 +++++++--
1 file 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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list