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

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

trans-coord/gnun/server/gnun GNUmakefile ChangeLog


From: Kaloian Doganov
Subject: trans-coord/gnun/server/gnun GNUmakefile ChangeLog
Date: Tue, 11 Mar 2008 12:12:02 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Kaloian Doganov <kaloian>       08/03/11 12:12:02

Modified files:
        gnun/server/gnun: GNUmakefile ChangeLog 

Log message:
        ($(rootdir)/po/home.proto)
        ($(1).proto $(1).translinks) Temporary escape of <!--#include -->
        directives, in order to workaround a bug introduced in Po4a 0.33.

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

Patches:
Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- GNUmakefile 11 Mar 2008 01:46:36 -0000      1.12
+++ GNUmakefile 11 Mar 2008 12:12:02 -0000      1.13
@@ -210,6 +210,9 @@
        $(mail-error-proto) $(MAKE-PROTOTYPE) --home --input=$< \
          --generic=generic.html --output=$@ || ($(RM) $@ ; exit 1)
        $(SED) --in-place "s/\$$Date.*\$$/<gnun>\0<\/gnun>/g" $@
+# Temporary escape of <!--#include --> directives, in order to
+# workaround a bug introduced in Po4a 0.33.
+       $(SED) --in-place 's/<!--\#include .*-->/<gnun>\0<\/gnun>/g' $@
 
 $(rootdir)/po/home.pot: $(rootdir)/po/home.proto
        $(addfile)
@@ -262,6 +265,9 @@
          --translinks=$(1).translinks \
            || ($(RM) $(1).proto $(1).translinks ; exit 1)
        $(SED) --in-place "s/\$$$$Date.*\$$$$/<gnun>\0<\/gnun>/g" $(1).proto
+# Temporary escape of <!--#include --> directives, in order to
+# workaround a bug introduced in Po4a 0.33.
+       $(SED) --in-place 's/<!--\#include .*-->/<gnun>\0<\/gnun>/g' $(1).proto
 
 $(1).pot: $(1).proto
        $$(addfile)

Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- ChangeLog   11 Mar 2008 01:45:22 -0000      1.28
+++ ChangeLog   11 Mar 2008 12:12:02 -0000      1.29
@@ -1,3 +1,9 @@
+2008-03-11  Kaloian Doganov  <address@hidden>
+
+       * GNUmakefile ($(rootdir)/po/home.proto)
+       ($(1).proto $(1).translinks) Temporary escape of <!--#include -->
+       directives, in order to workaround a bug introduced in Po4a 0.33.
+
 2008-03-11  Yavor Doganov  <address@hidden>
 
        * GNUmakefile (PO4A_XHTMLFLAGS): Pass extra option `attributes' to




reply via email to

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