[COMMIT LOGREPORT] service/all/po Makefile.am,1.17,1.18

Joost van Baal vanbaal at users.sourceforge.net
Mon May 29 23:08:33 CEST 2006


Update of /cvsroot/logreport/service/all/po
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv17212

Modified Files:
	Makefile.am 
Log Message:
add missing uninstall-data-local target (we are supplying install-data-local)

Index: Makefile.am
===================================================================
RCS file: /cvsroot/logreport/service/all/po/Makefile.am,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- Makefile.am	1 Sep 2004 18:02:21 -0000	1.17
+++ Makefile.am	29 May 2006 21:08:30 -0000	1.18
@@ -1,3 +1,6 @@
+# $Id$
+# $Source$
+
 # Makefile for various po files.
 
 # See
@@ -82,3 +85,13 @@
 		echo "Installing $$cat as $$dest"; \
 		cp -f $$cat $$dest && chmod 644 $$dest || exit 1; \
 	done
+
+uninstall-data-local:
+	@cd $(srcdir); \
+	targetdir='$(DESTDIR)$(LR_PERL5LIBDIR)/LocaleData'; \
+	languages='$(LINGUAS)'; \
+	for lang in $$languages; do \
+		rm -f $$targetdir/$$lang/LC_MESSAGES/$(TEXTDOMAIN).mo; \
+	done
+
+

-- 
To UNSUBSCRIBE, email to commit-request at logreport.org with a subject of 
"unsubscribe". Trouble? Send an email with subject "help" to 
commit-request at logreport.org



More information about the Commit mailing list