[PATCH 2/7] Clean up after intltool

David Shea dshea at redhat.com
Fri Nov 8 14:57:29 UTC 2013


Remove the intltool cache during mostlyclean
---
 po/Rules-extract | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/po/Rules-extract b/po/Rules-extract
index 528882d..568247d 100644
--- a/po/Rules-extract
+++ b/po/Rules-extract
@@ -51,3 +51,7 @@ mostlyclean-extract:
 		$(top_srcdir)/data/liveinst/console.apps/liveinst.h
 	find $(top_srcdir) \( -name '*.glade.h' -o -name '*.desktop.in.h' \) \
 		-exec rm -f {} \;
+
+mostlyclean: mostlyclean-extract
+mostlyclean-extract:
+	rm -rf .intltool-merge-cache
-- 
1.8.4.2



More information about the anaconda-patches mailing list