[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
trans-coord/gnun/server/gnun GNUmakefile NEWS C...
From: |
Ineiev |
Subject: |
trans-coord/gnun/server/gnun GNUmakefile NEWS C... |
Date: |
Tue, 1 Jun 2021 01:23:28 -0400 (EDT) |
CVSROOT: /sources/trans-coord
Module name: trans-coord
Changes by: Ineiev <ineiev> 21/06/01 01:23:28
Modified files:
gnun/server/gnun: GNUmakefile NEWS ChangeLog
Log message:
(reports-summary) <UnGNUNified translations>: Skip lines for teams
without unGNUNified translations.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/GNUmakefile?cvsroot=trans-coord&r1=1.202&r2=1.203
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/NEWS?cvsroot=trans-coord&r1=1.150&r2=1.151
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.496&r2=1.497
Patches:
Index: GNUmakefile
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -b -r1.202 -r1.203
--- GNUmakefile 30 Oct 2020 16:44:59 -0000 1.202
+++ GNUmakefile 1 Jun 2021 05:23:28 -0000 1.203
@@ -1,5 +1,5 @@
# Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013,
-# 2014, 2015, 2016, 2018, 2020 Free Software Foundation, Inc.
+# 2014, 2015, 2016, 2018, 2020, 2021 Free Software Foundation, Inc.
# This file is part of GNUnited Nations.
@@ -1116,9 +1116,9 @@
| $(EGREP) '(fuzzy|untranslated)[^:]*$$' \
| $(EGREP) -v 'html$$' | wc -l; )
@echo; echo UnGNUNified translations:
- @$(foreach lang,$(TEMPLATE_LINGUAS), echo -n "$(lang): "; \
+ @$(foreach lang,$(TEMPLATE_LINGUAS), { echo -n "$(lang): "; \
$(MAKE) report TEAM=$(lang) \
- | $(EGREP) 'html$$' | wc -l; )
+ | $(EGREP) 'html$$' | wc -l; } | $(EGREP) -v ' 0$$'; )
# Special target to touch all the prerequisites of the targets that
# failed HTML validation and thus to trigger a rebuild in the next
Index: NEWS
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/NEWS,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -b -r1.150 -r1.151
--- NEWS 9 Mar 2021 13:12:37 -0000 1.150
+++ NEWS 1 Jun 2021 05:23:28 -0000 1.151
@@ -1,6 +1,10 @@
GNUnited Nations NEWS - User visible changes.
* Changes in GNUnited Nations 1.1 (????-??-??)
+* When reporting unGNUNified translations, 'reports-summary' target
+ in GNUmakefile doesn't output a line when a team has no unGNUNified
+ translations.
+
* make-prototype.awk was modified to allow arbitrary attributes in div#footer.
* gnun-validate-html in the verbose mode adds line numbers to the expanded HTML
Index: ChangeLog
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.496
retrieving revision 1.497
diff -u -b -r1.496 -r1.497
--- ChangeLog 31 Mar 2021 17:18:42 -0000 1.496
+++ ChangeLog 1 Jun 2021 05:23:28 -0000 1.497
@@ -1,3 +1,9 @@
+2021-06-01 Pavel Kharitonov <ineiev@gnu.org> (tiny change)
+
+ * GNUmakefile (reports-summary) <UnGNUNified translations>:
+ Don't emit lines for teams with zero unGNUNified translations.
+ * NEWS: Update.
+
2021-03-31 Pavel Kharitonov <ineiev@gnu.org> (tiny change)
* expand-ssi.awk.in:
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- trans-coord/gnun/server/gnun GNUmakefile NEWS C...,
Ineiev <=