From 3211921c23fe85236d70d1b5919cbc4a8a94c685 Mon Sep 17 00:00:00 2001 From: Simon Sobisch Date: Tue, 2 May 2017 17:15:45 +0200 Subject: gettext: list generated files instead of flex, bison sources in POTFILES.in. Listing the flex and bison sources -- as the gettext manual suggests -- causes warnings. Listing the generated C files for the lexer and parser removes the warnings. Since both files contain line directives, any translator who needs to refer back to those files should be able to find the context in which strings are needed. --- po/POTFILES.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/POTFILES.in b/po/POTFILES.in index 62a928e..d5c028f 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -9,8 +9,8 @@ src/main.c src/misc.c src/nfa.c src/options.c -src/parse.y -src/scan.l +src/parse.c +src/scan.c src/scanopt.c src/sym.c src/tblcmp.c -- cgit v1.2.3