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: Pavel Kharitonov
Subject: trans-coord/gnun/server/gnun GNUmakefile
Date: Fri, 16 Sep 2011 15:30:15 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Pavel Kharitonov <ineiev>       11/09/16 15:30:15

Modified files:
        gnun/server/gnun: GNUmakefile 

Log message:
        fix previous commit

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

Patches:
Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -b -r1.90 -r1.91
--- GNUmakefile 16 Sep 2011 11:42:24 -0000      1.90
+++ GNUmakefile 16 Sep 2011 15:30:15 -0000      1.91
@@ -185,7 +185,7 @@
         echo $$$${name}'</a>&nbsp;['$$$${code}']</li>' >> $$$${file}; \
       fi; \
     done; \
-cat translinks-tail.html >> $$$${file}; $(call add-file,$(1))
+cat translinks-tail.html >> $$$${file}; $(call add-file,$(1).translinks)
 endef
 
 # Replace SSI directives to include initial translations list with
@@ -765,7 +765,7 @@
              echo 'Ignoring delay for article "$(notdir $(basename $(1)))"', \
              $(call grace-is-over,$(1).po,$(OUTDATED-GRACE))) \
         && (PO=$(1).po; $(call mark-outdated,$$@,$(2)))) || true
-       $(call generate-translinks,$(1))
+       $(call generate-translinks,$(basename $(1)))
 endef
 
 $(foreach base,$(ALL_BASE),$(eval $(call article-pot-rules,$(base))))



reply via email to

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