[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
trans-coord/gnun/server/gnun ChangeLog GNUmakefile
From: |
Kaloian Doganov |
Subject: |
trans-coord/gnun/server/gnun ChangeLog GNUmakefile |
Date: |
Thu, 21 Aug 2008 18:45:25 +0000 |
CVSROOT: /sources/trans-coord
Module name: trans-coord
Changes by: Kaloian Doganov <kaloian> 08/08/21 18:45:25
Modified files:
gnun/server/gnun: ChangeLog GNUmakefile
Log message:
GNUmakefile ($(rootdir)/po/home.proto) ($(1).proto $(1).translinks)
Drop temporary escaping of <!--#include --> directives, which is now
unnecessary for Po4a 0.34.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.99&r2=1.100
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.57&r2=1.58
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -b -r1.99 -r1.100
--- ChangeLog 21 Aug 2008 09:15:15 -0000 1.99
+++ ChangeLog 21 Aug 2008 18:45:18 -0000 1.100
@@ -1,5 +1,12 @@
2008-08-21 Kaloian Doganov <address@hidden>
+ * GNUmakefile ($(rootdir)/po/home.proto)
+ ($(1).proto $(1).translinks) Drop temporary escaping of
+ <!--#include --> directives, which is now unnecessary for Po4a
+ 0.34.
+
+2008-08-21 Kaloian Doganov <address@hidden>
+
* GNUmakefile (PO4A-GETTEXTIZEFLAGS): Supress references to the
source in POT/PO files.
Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -b -r1.57 -r1.58
--- GNUmakefile 21 Aug 2008 09:15:17 -0000 1.57
+++ GNUmakefile 21 Aug 2008 18:45:22 -0000 1.58
@@ -291,9 +291,6 @@
--output=$@ \
|| ($(RM) $@ $(basename $@).translinks ; 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' $@
# This target is present because the whatsnew.%.html target depends on
# it so when make is run for the first time and whatsnew.translinks is
@@ -401,9 +398,6 @@
$(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)
@@ -459,9 +453,6 @@
--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)