Re: gnulib-tool.py: Fix output of 'po/LINGUAS'.

2024-03-31 Thread Bruno Haible
Hi Collin, > Here is the very simple fix: > > diff --git a/pygnulib/GLImport.py b/pygnulib/GLImport.py > index c3a7597d02..1fc43bfdff 100644 > --- a/pygnulib/GLImport.py > +++ b/pygnulib/GLImport.py > @@ -1241,7 +1241,8 @@ AC_DEFUN([%s_FILE_LIST], [\n''' % macro_prefix > tmpfile

gnulib-tool.py: Fix output of 'po/LINGUAS'.

2024-03-30 Thread Collin Funk
pygnulib/GLImport.py | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 28d1c2e855..50d1559251 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-03-30 Collin Funk + + gnulib-tool.py: Fix output of 'po/LINGUAS'. + * pygnul