marcus: server/kolab-webadmin/kolab-webadmin ChangeLog, 1.48, 1.49 Makefile.am, 1.41, 1.42

cvs at kolab.org cvs at kolab.org
Wed Jul 4 00:07:16 CEST 2007


Author: marcus

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

Modified Files:
	ChangeLog Makefile.am 
Log Message:
   * Makefile.am:

   exclude the generated *.mo files from a tarball which
   is created with "make distcheck". Additionally I added a small
   fix so that "make distcheck" works

Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- ChangeLog	3 Jul 2007 14:47:45 -0000	1.48
+++ ChangeLog	3 Jul 2007 22:07:13 -0000	1.49
@@ -1,3 +1,11 @@
+2007-07-04  Marcus Hüwe  <suse-tux at gmx.de>
+
+	* Makefile.am:
+	
+	exclude the generated *.mo files from a tarball which
+	is created with "make distcheck". Additionally I added a small
+	fix so that "make distcheck" works.
+
 2007-07-03  Thomas Arendsen Hein <thomas at intevation.de>
 
 	* Makefile.am: Include both, .po and .mo files, as the build process

Index: Makefile.am
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/Makefile.am,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- Makefile.am	3 Jul 2007 14:47:45 -0000	1.41
+++ Makefile.am	3 Jul 2007 22:07:13 -0000	1.42
@@ -160,9 +160,12 @@
 
 MSGFMT=msgfmt
 
-.po.mo:
+.po.mo: $<
+	@$(mkinstalldirs) $(basename $@)
 	$(MSGFMT) -o $@ $<
 
+CLEANFILES += php/admin/locale/*/LC_MESSAGES/messages.mo
+
 
 PHP_LOCALE_DE_PO = php/admin/locale/de/LC_MESSAGES/messages.po
 PHP_LOCALE_DE_MO = php/admin/locale/de/LC_MESSAGES/messages.mo
@@ -183,11 +186,17 @@
 phplocaleitdir = $(localedir)/it/LC_MESSAGES
 phplocaleesdir = $(localedir)/es/LC_MESSAGES
 
-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)
+phplocalede_DATA = $(PHP_LOCALE_DE_MO)
+phplocalefr_DATA = $(PHP_LOCALE_FR_MO)
+phplocalenl_DATA = $(PHP_LOCALE_NL_MO)
+phplocaleit_DATA = $(PHP_LOCALE_IT_MO)
+phplocalees_DATA = $(PHP_LOCALE_ES_MO)
+
+EXTRA_DIST += $(PHP_LOCALE_DE_PO) \
+	$(PHP_LOCALE_FR_PO) \
+	$(PHP_LOCALE_NL_PO) \
+	$(PHP_LOCALE_IT_PO) \
+	$(PHP_LOCALE_ES_PO)
 
 kwadocdir = $(pkgdocdir)/@PACKAGE@
 dist_kwadoc_DATA = ChangeLog \





More information about the commits mailing list