steffen: server/kolab-webadmin/kolab-webadmin Makefile.am, 1.18, 1.19

cvs at intevation.de cvs at intevation.de
Wed Jun 15 22:48:23 CEST 2005


Author: steffen

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin
In directory doto:/tmp/cvs-serv10022/kolab-webadmin

Modified Files:
	Makefile.am 
Log Message:
French translations (Issue803). Thanks to Benoit Mortier

Index: Makefile.am
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/Makefile.am,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Makefile.am	18 Mar 2005 08:59:00 -0000	1.18
+++ Makefile.am	15 Jun 2005 20:48:21 -0000	1.19
@@ -155,12 +155,19 @@
 .po.mo:
 	$(MSGFMT) -o $@ $<
 
+
 PHP_LOCALE_DE_PO = php/admin/locale/de/LC_MESSAGES/messages.po
 PHP_LOCALE_DE_MO = php/admin/locale/de/LC_MESSAGES/messages.mo
+PHP_LOCALE_FR_PO = php/admin/locale/fr/LC_MESSAGES/messages.po
+PHP_LOCALE_FR_MO = php/admin/locale/fr/LC_MESSAGES/messages.mo
 
 localedir = $(phpadmindir)/locale
+
 phplocalededir = $(localedir)/de/LC_MESSAGES
+phplocalefrdir = $(localedir)/fr/LC_MESSAGES
+
 phplocalede_DATA = $(PHP_LOCALE_DE_MO)
+phplocalefr_DATA = $(PHP_LOCALE_FR_MO)
 
 
 EXTRA_DIST += $(WSTOPLEVEL_FILES) \
@@ -176,7 +183,8 @@
 	$(WSUSER_FILES) \
 	$(PHP_INCLUDES) \
 	$(PHP_TEMPLATES) \
-	$(PHP_LOCALE_DE_PO)
+	$(PHP_LOCALE_DE_PO) \
+	$(PHP_LOCALE_FR_PO)
 
 install-data-hook:
 	$(mkinstalldirs) $(DESTDIR)$(phpadmindir)/templates_c





More information about the commits mailing list