trans-coord-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

trans-coord/gnun/server/gnun ChangeLog GNUmakefile


From: Yavor Doganov
Subject: trans-coord/gnun/server/gnun ChangeLog GNUmakefile
Date: Tue, 11 Mar 2008 14:58:19 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   08/03/11 14:58:19

Modified files:
        gnun/server/gnun: ChangeLog GNUmakefile 

Log message:
        ($(rootdir)/po/home.$(1).po): Don't ignore errors
        from $(check-po) now that the example PO files pass the check.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.29&r2=1.30
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.13&r2=1.14

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- ChangeLog   11 Mar 2008 12:12:02 -0000      1.29
+++ ChangeLog   11 Mar 2008 14:58:19 -0000      1.30
@@ -1,3 +1,8 @@
+2008-03-11  Yavor Doganov  <address@hidden>
+
+       * GNUmakefile ($(rootdir)/po/home.$(1).po): Don't ignore errors
+       from $(check-po) now that the example PO files pass the check.
+
 2008-03-11  Kaloian Doganov  <address@hidden>
 
        * GNUmakefile ($(rootdir)/po/home.proto)

Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- GNUmakefile 11 Mar 2008 12:12:02 -0000      1.13
+++ GNUmakefile 11 Mar 2008 14:58:19 -0000      1.14
@@ -220,9 +220,7 @@
 
 define home_rules
 $(rootdir)/po/home.$(1).po: $(rootdir)/po/home.pot
-# This is temporary for `trans-coord'; errors should not be ignored
-# when GNUN runs in the official repository.
-       -$(check-po)
+       $(check-po)
        $(MSGMERGE) --update $$@ $$<
        touch $$@
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]