diff --git a/cfg.mk b/cfg.mk index 68992d8..6cebb4e 100644 --- a/cfg.mk +++ b/cfg.mk @@ -81,10 +81,11 @@ sc_prohibit_echo_minus_en: # - tests involving long checksum lines, and # - the 'pr' test cases. LINE_LEN_MAX = 80 -FILTER_LONG_LINES = \ - /^[^:]*\.diff:[^:]*:@@ / d; \ - \|^[^:]*man/help2man:| d; \ - \|^[^:]*tests/misc/sha[0-9]*sum.*\.pl[-:]| d; \ +FILTER_LONG_LINES = \ + /^[^:]*\.diff:[^:]*:@@ / d; \ + \|^[^:]*TODO:| d; \ + \|^[^:]*man/help2man:| d; \ + \|^[^:]*tests/misc/sha[0-9]*sum.*\.pl[-:]| d; \ \|^[^:]*tests/pr/|{ \|^[^:]*tests/pr/pr-tests:| !d; }; sc_long_lines: @files=$$($(VC_LIST_EXCEPT)) \ diff --git a/po/POTFILES.in b/po/POTFILES.in index de72b6c..140aa20 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -22,6 +22,7 @@ lib/error.c lib/getopt.c lib/obstack.c lib/openat-die.c +lib/xbinary-io.c lib/quotearg.c lib/regcomp.c lib/version-etc.c