richard: server/kolab-webadmin/kolab-webadmin ChangeLog, 1.81, 1.82 Makefile.am, 1.43, 1.44

cvs at kolab.org cvs at kolab.org
Sun Feb 17 22:51:38 CET 2008


Author: richard

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

Modified Files:
	ChangeLog Makefile.am 
Log Message:
added a note why the command is needed for the build of languages files
removed a comment with "new".  It's not new anymore



Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- ChangeLog	17 Feb 2008 20:34:17 -0000	1.81
+++ ChangeLog	17 Feb 2008 21:51:36 -0000	1.82
@@ -8,6 +8,8 @@
 	* Makefile.am: made it possible to reuse the code that leaves in or
 	  removes code depending on the presence of openpkg.  Introduced
 	  a variable w_or_wo_openpkg (with_or_without_openpkg).
+	* Makefile.am: added a note why the command is needed for the build
+	  of languages files
 
 2008-02-16 Richard Bos <richard at radoeka.nl>
 

Index: Makefile.am
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/Makefile.am,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- Makefile.am	17 Feb 2008 20:34:17 -0000	1.43
+++ Makefile.am	17 Feb 2008 21:51:36 -0000	1.44
@@ -168,6 +168,9 @@
 MSGFMT=msgfmt
 
 .po.mo: $<
+# Without $(mkinstalldirs) $(basename $@) 'make distcheck' fails
+# as the target directory (e.g. php/admin/locale/de/LC_MESSAGES)
+# does not yes exist at build time
 	@$(mkinstalldirs) $(basename $@)
 	$(MSGFMT) -o $@ $<
 
@@ -217,8 +220,6 @@
 	dist_conf/kolab \
 	dist_conf/mandriva \
 	dist_conf/suse
-
-### new
 
 www/admin/addressbook/addr.php: www/admin/addressbook/addr.php.in
 	@$(mkinstalldirs) www/admin/addressbook





More information about the commits mailing list