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


From: Yavor Doganov
Subject: trans-coord/gnun/server/gnun GNUmakefile
Date: Mon, 19 May 2008 20:54:39 +0000

CVSROOT:        /cvsroot/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   08/05/19 20:54:39

Modified files:
        gnun/server/gnun: GNUmakefile 

Log message:
        Use triple escape for PO in the previous change.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.31&r2=1.32

Patches:
Index: GNUmakefile
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- GNUmakefile 19 May 2008 20:47:59 -0000      1.31
+++ GNUmakefile 19 May 2008 20:54:39 -0000      1.32
@@ -213,7 +213,7 @@
 # and/or corrupt articles which are then #include'd in others thus
 # rendering them invalid.
        PO=$(template-dir)/po/$$(*F).$(1).po ; $(check-po) \
-         || (touch $$PO ; exit 1)
+         || (touch $$$$PO ; exit 1)
        PO=$(template-dir)/po/$$(*F).$(1).po OUT=$$@ ; $(generate-html)
        $(SED) --in-place \
          ':egin;N;$$$$!begin;s/\([ \t]*\n[ \t]*\)\{3,\}<!--/\n\n<!--/g' $$@
@@ -251,7 +251,7 @@
 # If $PO is not valid, then the generated page could be broken even
 # for the reader.  Ensure that the build still barfs next time if the
 # translator doesn't fix it quickly.
-       PO=$(rootdir)/po/home.$(1).po ; $(check-po) || (touch $$PO ; exit 1)
+       PO=$(rootdir)/po/home.$(1).po ; $(check-po) || (touch $$$$PO ; exit 1)
        PO=$(rootdir)/po/home.$(1).po OUT=$(rootdir)/po/home.$(1).m4 ; \
          $(generate-html)
        $(SED) --in-place \
@@ -318,7 +318,7 @@
 $(subst /po/,/,$(1).html): $(basename $(1)).proto $(basename $(1)).translinks \
                           $(1).po generic.$(2).html
        $$(addfile)
-       PO=$(1).po ; $(check-po) || (touch $$PO ; exit 1)
+       PO=$(1).po ; $(check-po) || (touch $$$$PO ; exit 1)
        PO=$(1).po OUT=$(1).m4 ; $(generate-html)
        $(SED) --in-place \
          "s/\(<gnun>include(\`.*\)\([.]html')<\/gnun>\)/\1.$(2)\2/g" $(1).m4




reply via email to

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