[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2423-gca900f
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2423-gca900f2 |
Date: |
Fri, 27 Jan 2017 10:22:52 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, master has been updated
via ca900f23af26a5324e3519d1c99d0891cf00db46 (commit)
from 8352dc592cf635a731f7f91d183c0679b3fc4fd2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=ca900f23af26a5324e3519d1c99d0891cf00db46
commit ca900f23af26a5324e3519d1c99d0891cf00db46
Author: Arnold D. Robbins <address@hidden>
Date: Fri Jan 27 12:22:32 2017 +0200
Update po/POTFILES.in for correct location of support files.
diff --git a/po/ChangeLog b/po/ChangeLog
index 4685f91..af68105 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,9 @@
+2017-01-27 Rafael Fontenelle <address@hidden>
+
+ * POTFILES.in: Fix path of some files listed there so that
+ update via commands like 'make gawk.pot-update' or
+ 'intltool-update <lang>' will work.
+
2017-01-27 Arnold D. Robbins <address@hidden>
* LINGUAS: Updated with pt_BR.
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 0781efc..4ecb6c2 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -7,7 +7,7 @@ builtin.c
cint_array.c
command.c
debug.c
-dfa.c
+support/dfa.c
eval.c
ext.c
extension/filefuncs.c
@@ -29,8 +29,8 @@ field.c
floatcomp.c
gawkapi.c
gawkmisc.c
-getopt.c
-getopt1.c
+support/getopt.c
+support/getopt1.c
int_array.c
io.c
main.c
@@ -39,12 +39,12 @@ msg.c
node.c
posix/gawkmisc.c
profile.c
-random.c
+support/random.c
re.c
-regcomp.c
-regex.c
-regex_internal.c
-regexec.c
+support/regcomp.c
+support/regex.c
+support/regex_internal.c
+support/regexec.c
replace.c
str_array.c
symbol.c
-----------------------------------------------------------------------
Summary of changes:
po/ChangeLog | 6 ++++++
po/POTFILES.in | 16 ++++++++--------
2 files changed, 14 insertions(+), 8 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2423-gca900f2,
Arnold Robbins <=