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

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

trans-coord/gnun/server/gnun ChangeLog GNUmakefile


From: Yavor Doganov
Subject: trans-coord/gnun/server/gnun ChangeLog GNUmakefile
Date: Sun, 15 Jun 2008 08:12:45 +0000

CVSROOT:        /cvsroot/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   08/06/15 08:12:45

Modified files:
        gnun/server/gnun: ChangeLog GNUmakefile 

Log message:
        Fix a bug in the templates POT generation.
        (template-pots): New variable.  Print its value in
        the VERBOSE conditional.
        (all): Depend on $(template-pots).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.87&r2=1.88
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.46&r2=1.47

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -b -r1.87 -r1.88
--- ChangeLog   13 Jun 2008 15:01:58 -0000      1.87
+++ ChangeLog   15 Jun 2008 08:12:45 -0000      1.88
@@ -1,3 +1,10 @@
+2008-06-15  Yavor Doganov  <address@hidden>
+
+       Fix a bug in the templates POT generation.
+       * GNUmakefile (template-pots): New variable.  Print its value in
+       the VERBOSE conditional.
+       (all): Depend on $(template-pots).
+
 2008-06-13  Yavor Doganov  <address@hidden>
 
        * GNUmakefile (transl-addr): Define to trans-coord-devel in order

Index: GNUmakefile
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -b -r1.46 -r1.47
--- GNUmakefile 13 Jun 2008 15:01:58 -0000      1.46
+++ GNUmakefile 15 Jun 2008 08:12:45 -0000      1.47
@@ -76,10 +76,13 @@
 template-files := banner \
                  footer-text
 template-translated-base := $(addprefix $(template-dir)/,$(template-files))
+template-pots := $(addsuffix .pot, \
+                  $(addprefix $(template-dir)/po/,$(template-files)))
 template-lang = $(addsuffix .$(1).html,$(template-translated-base))
 template-translated := $(foreach t-lang,$(TEMPLATE_LINGUAS), \
                         $(call template-lang,$(t-lang)))
 ifeq ($(VERBOSE),yes)
+$(info template-pots = $(template-pots))
 $(info template-translated = $(template-translated))
 endif
 ### End of variables declaration (templates) ###
@@ -126,8 +129,8 @@
 ### End of variables declaration (all articles) ###
 
 .PHONY: all vcs-add-always
-all: $(template-translated) $(gnunews) $(home-translated) $(ALL_POTS) \
-     $(articles-translated) vcs-add-always
+all: $(template-pots) $(template-translated) $(gnunews) $(home-translated) \
+     $(ALL_POTS) $(articles-translated) vcs-add-always
 
 # The command to add a file to the repository.
 define addfile




reply via email to

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