Enlightenment CVS committal Author : vapier Project : e_modules Module : evolume
Dir : e_modules/evolume/po Modified Files: Makefile.am Log Message: use po/Makefile.am like every other e_module since this version doesnt support DESTDIR =================================================================== RCS file: /cvs/e/e_modules/evolume/po/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- Makefile.am 21 Mar 2006 02:12:19 -0000 1.1 +++ Makefile.am 10 Apr 2006 23:15:56 -0000 1.2 @@ -1,31 +1,27 @@ -MAINTAINERCLEANFILES = Makefile.in +MAINTAINERCLEANFILES = Makefile.in $(PACKAGE).pot MSGFMT = msgfmt localedir = @LOCALEDIR@ +locale_DATA = $(addsuffix .mo,$(ALL_LINGUAS)) -podir = -po_DATA = $(addsuffix .mo,$(ALL_LINGUAS)) - -EXTRA_DIST = evolume.pot $(addsuffix .po,$(ALL_LINGUAS)) +EXTRA_DIST = $(PACKAGE).pot $(addsuffix .po,$(ALL_LINGUAS)) %.mo : %.po $(MSGFMT) -f -o $@ $< -install-poDATA: - -uninstall-poDATA: - +install-localeDATA: +uninstall-localeDATA: install-data-local: for L in $(ALL_LINGUAS); do \ - $(mkinstalldirs) $(localedir)/$$L/LC_MESSAGES; \ - $(INSTALL_DATA) \ - $$L.mo $(localedir)/$$L/LC_MESSAGES/$(PACKAGE).mo; \ + $(mkinstalldirs) $(DESTDIR)$(localedir)/$$L/LC_MESSAGES; \ + $(INSTALL_DATA) \ + $$L.mo $(DESTDIR)$(localedir)/$$L/LC_MESSAGES/$(PACKAGE).mo; \ done uninstall: for L in $(ALL_LINGUAS); do \ - rm -f $(localedir)/$$L/LC_MESSAGES/$(PACKAGE).mo; \ + rm -f $(DESTDIR)$(localedir)/$$L/LC_MESSAGES/$(PACKAGE).mo; \ done clean-local: ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs