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

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

trans-coord/gnun/prep/gnun make-prototype GNUma...


From: Kaloian Doganov
Subject: trans-coord/gnun/prep/gnun make-prototype GNUma...
Date: Tue, 29 Jan 2008 10:50:20 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Kaloian Doganov <kaloian>       08/01/29 10:50:20

Modified files:
        gnun/prep/gnun : make-prototype GNUmakefile ChangeLog 

Log message:
        * make-prototype:
        * GNUmakefile: skip tag <gnu.org-i18n> is renamed to <gnun>.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/prep/gnun/make-prototype?cvsroot=trans-coord&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/prep/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.16&r2=1.17
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/prep/gnun/ChangeLog?cvsroot=trans-coord&r1=1.14&r2=1.15

Patches:
Index: make-prototype
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/prep/gnun/make-prototype,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- make-prototype      28 Jan 2008 22:08:59 -0000      1.5
+++ make-prototype      29 Jan 2008 10:50:20 -0000      1.6
@@ -66,7 +66,7 @@
   "^(.*?)(<title>.*)(</div>.*<div id=\"footer\">.*)(<p>.*?[$]Date:.*)$")
 
 (define skip-tag
-  "gnu.org-i18n")
+  "gnun")
 
 (define slot-translators-notes
   "\n<div style=\"font-size: small;\">*GNUN-SLOT: TRANSLATOR'S NOTES*</div>\n")

Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/prep/gnun/GNUmakefile,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- GNUmakefile 28 Jan 2008 22:10:32 -0000      1.16
+++ GNUmakefile 29 Jan 2008 10:50:20 -0000      1.17
@@ -27,7 +27,7 @@
 PO4A-GETTEXTIZEFLAGS =
 PO4A-TRANSLATEFLAGS = --keep=0
 
-PO4A_XHTMLFLAGS = --format=xhtml -o ontagerror=silent -o "tags=<gnu.org-i18n>"
+PO4A_XHTMLFLAGS = --format=xhtml -o ontagerror=silent -o "tags=<gnun>"
 
 # This variable exists only for the purpose of defining it to a
 # non-standard executable while testing future cvs releases.  The
@@ -138,7 +138,7 @@
 # extra safety, exit with an error so that make does not
 # proceed to the next command.
        $(MAKE-PROTOTYPE) --home --input=$< --generic=generic.html --output=$@ 
|| ($(RM) $@ ; exit 1)
-       $(SED) --in-place "s/\$$Date.*\$$/<gnu.org-i18n>\0<\/gnu.org-i18n>/g" $@
+       $(SED) --in-place "s/\$$Date.*\$$/<gnun>\0<\/gnun>/g" $@
 
 $(rootdir)/po/home.pot: $(rootdir)/po/home.proto
        $(addfile)
@@ -152,8 +152,8 @@
 $(rootdir)/home.$(1).shtml: $(rootdir)/po/home.proto 
$(rootdir)/po/home.$(1).po generic.$(1).html
        $$(addfile)
        $(PO4A-TRANSLATE) $(PO4A_XHTMLFLAGS) $(PO4A-TRANSLATEFLAGS) --master 
$$< --po $(rootdir)/po/home.$(1).po --localized $(rootdir)/po/home.$(1).m4
-       $(SED) --in-place 
"s/\(<gnu.org-i18n>include(\`.*\)\([.]html')<\/gnu.org-i18n>\)/\1.$(1)\2/g" 
$(rootdir)/po/home.$(1).m4
-       $(SED) --in-place "s/<gnu.org-i18n>\(.*\)<\/gnu.org-i18n>/\1/g" 
$(rootdir)/po/home.$(1).m4
+       $(SED) --in-place 
"s/\(<gnun>include(\`.*\)\([.]html')<\/gnun>\)/\1.$(1)\2/g" 
$(rootdir)/po/home.$(1).m4
+       $(SED) --in-place "s/<gnun>\(.*\)<\/gnun>/\1/g" 
$(rootdir)/po/home.$(1).m4
        $(SED) --in-place ':egin;N;$$$$!begin;s/\([ \t]*\n[ 
\t]*\)\{3,\}<!--/\n\n<!--/g' $(rootdir)/po/home.$(1).m4
        for replaceable in $(replaceable_includes); do \
                $(SED) --in-place "s/\(<!--#include 
virtual=\".*$$$$replaceable\)\(.html\" -->\)/\1.$(1)\2/g" 
$(rootdir)/po/home.$(1).m4; \
@@ -177,7 +177,7 @@
 $(1).proto $(1).translinks: $(subst /po/,/,$(1).html)
        $(MAKE-PROTOTYPE) --input=$$< --generic=generic.html 
--output=$(1).proto --translinks=$(1).translinks || \
          ($(RM) $(1).proto $(1).translinks ; exit 1)
-       $(SED) --in-place 
"s/\$$$$Date.*\$$$$/<gnu.org-i18n>\0<\/gnu.org-i18n>/g" $(1).proto
+       $(SED) --in-place "s/\$$$$Date.*\$$$$/<gnun>\0<\/gnun>/g" $(1).proto
 
 $(1).pot: $(1).proto
        $$(addfile)
@@ -192,8 +192,8 @@
 $(subst /po/,/,$(1).html): $(basename $(1)).proto $(basename $(1)).translinks 
$(1).po generic.$(2).html
        $$(addfile)
        $(PO4A-TRANSLATE) $(PO4A_XHTMLFLAGS) $(PO4A-TRANSLATEFLAGS) --master 
$$< --po $(1).po --localized $(1).m4
-       $(SED) --in-place 
"s/\(<gnu.org-i18n>include(\`.*\)\([.]html')<\/gnu.org-i18n>\)/\1.$(2)\2/g" 
$(1).m4
-       $(SED) --in-place "s/<gnu.org-i18n>\(.*\)<\/gnu.org-i18n>/\1/g" $(1).m4
+       $(SED) --in-place 
"s/\(<gnun>include(\`.*\)\([.]html')<\/gnun>\)/\1.$(2)\2/g" $(1).m4
+       $(SED) --in-place "s/<gnun>\(.*\)<\/gnun>/\1/g" $(1).m4
        $(SED) --in-place ':egin;N;$$$$!begin;s/\([ \t]*\n[ 
\t]*\)\{3,\}<!--/\n\n<!--/g' $(1).m4
        for replaceable in $(replaceable_includes); do \
                $(SED) --in-place "s/\(<!--#include 
virtual=\".*$$$$replaceable\)\(.html\" -->\)/\1.$(2)\2/g" $(1).m4; \

Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/prep/gnun/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- ChangeLog   28 Jan 2008 22:10:32 -0000      1.14
+++ ChangeLog   29 Jan 2008 10:50:20 -0000      1.15
@@ -1,5 +1,10 @@
 2008-01-29  Kaloian Doganov  <address@hidden>
 
+       * make-prototype:
+       * GNUmakefile: skip tag <gnu.org-i18n> is renamed to <gnun>.
+
+2008-01-29  Kaloian Doganov  <address@hidden>
+
        * GNUmakefile (generate-pot): Fixed bug of inverted logical
        operator.
 




reply via email to

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