From 896b4c34ca66d85e66f28aff707fdb27e828ef5b Mon Sep 17 00:00:00 2001 From: sebastid Date: Wed, 13 Apr 2005 06:51:51 +0000 Subject: [PATCH] Better fix. SVN revision: 14170 --- po/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/po/Makefile.am b/po/Makefile.am index 65b2983ad..5c0155746 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -11,15 +11,14 @@ LANGS = \ fr \ ja -install-data-am: install-data-local +install-poDATA: +uninstall-poDATA: install-data-local: for L in $(LANGS); do \ $(INSTALL_DATA) -D \ $$L.mo $(datadir)/locale/$$L/LC_MESSAGES/$(PACKAGE).mo; \ done -uninstall-am: uninstall-info-am - EXTRA_DIST = \ enlightenment.pot \ fr.po \