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 ChangeLog


From: Ineiev
Subject: trans-coord/gnun/server/gnun GNUmakefile ChangeLog
Date: Wed, 14 Nov 2018 11:15:20 -0500 (EST)

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Changes by:     Ineiev <ineiev> 18/11/14 11:15:20

Modified files:
        gnun/server/gnun: GNUmakefile ChangeLog 

Log message:
        (vcs-add-always): Drop the target.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.190&r2=1.191
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.466&r2=1.467

Patches:
Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -b -r1.190 -r1.191
--- GNUmakefile 17 Sep 2016 09:25:45 -0000      1.190
+++ GNUmakefile 14 Nov 2018 16:15:20 -0000      1.191
@@ -1,5 +1,5 @@
 # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013,
-#    2014, 2015, 2016 Free Software Foundation, Inc.
+#    2014, 2015, 2016, 2018 Free Software Foundation, Inc.
 
 # This file is part of GNUnited Nations.
 
@@ -194,7 +194,7 @@
 endif
 ### End of variables for all other articles ###
 
-.PHONY: all vcs-add-always no-grace-items
+.PHONY: all no-grace-items
 ifeq ($(_have-Makefile),yes)
 include Makefile
 else
@@ -210,7 +210,7 @@
 .PHONY: substitute-localized-urls update-localized-URLs final-stage
 
 # Unconditional actions to run at the end of build process.
-final-stage: substitute-localized-urls vcs-add-always
+final-stage: substitute-localized-urls
 
 # Regenerate lists of localized URLs in localized-urls.mk
 update-localized-URLs:
@@ -927,19 +927,6 @@
   $(eval $(call article-rules,$(po-base),$(subst .,,$(suffix $(po-base))))))
 ### End of rules for all other articles ###
 
-# If VCS=always, add all necessary files.  The templates' POT are not
-# handled for the moment, but they are more or less stable.
-# WARNING: This is implemented just in case, rarely used and probably broken.
-# TODO: remove after GNUN-0.10.
-ifneq (,$(findstring always,$(VCS)))
-vcs-add-always: $(template-translated) $(ALL_POTS) \
-               $(articles-translated) \
-               substitute-localized-urls
-         -$(vcs) add $(filter-out substitute-localized-urls,$^)
-else
-vcs-add-always: ;
-endif
-
 # Assign priorities to translations for report.
 ifdef TEAM
 TEAM-POS := $(sort $(filter %.${TEAM}.po,${ALL_POS}))

Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.466
retrieving revision 1.467
diff -u -b -r1.466 -r1.467
--- ChangeLog   17 Sep 2018 09:07:30 -0000      1.466
+++ ChangeLog   14 Nov 2018 16:15:20 -0000      1.467
@@ -1,3 +1,7 @@
+2018-11-14  Pavel Kharitonov  <address@hidden>
+
+       * GNUmakefile (vcs-add-always): Drop the target.
+
 2018-09-17  Pavel Kharitonov  <address@hidden>
 
        * sort-linguas: Add Telugu.



reply via email to

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