Update of /cvsroot/mailman/mailman/messages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5690/messages

Modified Files:
      Tag: Release_2_1-maint
        Makefile.in 
Log Message:
Closing:
 [ 799166 ] install-sh doesn't support multiple sources
 [ 946554 ] configure does not check for gettext/msgmerge



Index: Makefile.in
===================================================================
RCS file: /cvsroot/mailman/mailman/messages/Makefile.in,v
retrieving revision 2.31.2.13
retrieving revision 2.31.2.14
diff -u -d -r2.31.2.13 -r2.31.2.14
--- Makefile.in 25 Apr 2004 02:30:04 -0000      2.31.2.13
+++ Makefile.in 2 Oct 2004 07:44:41 -0000       2.31.2.14
@@ -107,7 +107,8 @@
            po=$(srcdir)/$$d/LC_MESSAGES/mailman.po; \
            mo=$(srcdir)/$$d/LC_MESSAGES/mailman.mo; \
            dir=$(DESTDIR)$(prefix)/messages/$$d/LC_MESSAGES; \
-           $(INSTALL) -m $(FILEMODE) $$po $$mo $$dir; \
+           $(INSTALL) -m $(FILEMODE) $$po $$dir; \
+           $(INSTALL) -m $(FILEMODE) $$mo $$dir; \
        done
 
 mofiles: $(MOFILES)
@@ -143,7 +144,7 @@
 # .pot file
 %/LC_MESSAGES/mailman.po: mailman.pot
        @echo "Merging new template file with existing translations"
-       $(MSGMERGE) -U $@ mailman.pot
+       $(MSGMERGE) -U $@ mailman.pot || touch $@
 
 
 FORCE:

_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
Unsubscribe: http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to