thomas: server/kolab-webadmin/kolab-webadmin ChangeLog, 1.47, 1.48 Makefile.am, 1.40, 1.41

cvs at kolab.org cvs at kolab.org
Tue Jul 3 16:47:47 CEST 2007


Author: thomas

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

Modified Files:
	ChangeLog Makefile.am 
Log Message:
kolab-webadmin/Makefile.am: Include both, .po and .mo files (kolab/issue1797)

The build process is not yet capable of generating .mo files for the binary RPM.
See kolab/issue1797 (kolab-webadmin source package missing PO files)


Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- ChangeLog	21 Jun 2007 17:36:15 -0000	1.47
+++ ChangeLog	3 Jul 2007 14:47:45 -0000	1.48
@@ -1,4 +1,10 @@
-2007-06-21	Marcus Hüwe		<suse-tux at gmx.de>
+2007-07-03  Thomas Arendsen Hein <thomas at intevation.de>
+
+	* Makefile.am: Include both, .po and .mo files, as the build process
+	is not yet capable of generating .mo files for the binary RPM.
+	See kolab/issue1797 (kolab-webadmin source package missing PO files)
+
+2007-06-21	Marcus Hüwe  <suse-tux at gmx.de>
 
 	* Makefile.am:
 

Index: Makefile.am
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/Makefile.am,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- Makefile.am	21 Jun 2007 17:36:15 -0000	1.40
+++ Makefile.am	3 Jul 2007 14:47:45 -0000	1.41
@@ -183,11 +183,11 @@
 phplocaleitdir = $(localedir)/it/LC_MESSAGES
 phplocaleesdir = $(localedir)/es/LC_MESSAGES
 
-dist_phplocalede_DATA = $(PHP_LOCALE_DE_PO)
-dist_phplocalefr_DATA = $(PHP_LOCALE_FR_PO)
-dist_phplocalenl_DATA = $(PHP_LOCALE_NL_PO)
-dist_phplocaleit_DATA = $(PHP_LOCALE_IT_PO)
-dist_phplocalees_DATA = $(PHP_LOCALE_ES_PO)
+dist_phplocalede_DATA = $(PHP_LOCALE_DE_PO) $(PHP_LOCALE_DE_MO)
+dist_phplocalefr_DATA = $(PHP_LOCALE_FR_PO) $(PHP_LOCALE_FR_MO)
+dist_phplocalenl_DATA = $(PHP_LOCALE_NL_PO) $(PHP_LOCALE_NL_MO)
+dist_phplocaleit_DATA = $(PHP_LOCALE_IT_PO) $(PHP_LOCALE_IT_MO)
+dist_phplocalees_DATA = $(PHP_LOCALE_ES_PO) $(PHP_LOCALE_ES_MO)
 
 kwadocdir = $(pkgdocdir)/@PACKAGE@
 dist_kwadoc_DATA = ChangeLog \





More information about the commits mailing list