* po/POTFILES.in: here. --- TODO | 8 ++++++++ po/POTFILES.in | 1 - 2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/TODO b/TODO index 17967a97..d05f3ce1 100644 --- a/TODO +++ b/TODO @@ -45,6 +45,14 @@ file", or "end of input", whatever. ** use gettext-h in gnulib instead of gettext ** use gnulib-po +For some reason, according to syntax-check, we have to keep getopt.c in +POTIFILES.in, but not bitset/stats.c, although both come from gnulib. But +bitset/stats.c is a symlink, not getopt.c. This is fishy and should be +fixed. + +Meanwhile, bitset/stats.c is removed from the set of translations, which is +not too much of a problem as users are not expected to see this. + * Completion Several features are not available in all the backends. diff --git a/po/POTFILES.in b/po/POTFILES.in index 06a5cb9e..01951e59 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -18,7 +18,6 @@ src/scan-skel.l src/symtab.c lib/argmatch.c -lib/bitset/stats.c lib/closeout.c lib/error.c lib/getopt.c -- 2.20.1
