summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Sobisch <simonsobisch@web.de>2017-05-02 17:15:45 +0200
committerWill Estes <westes575@gmail.com>2017-05-02 14:56:38 -0400
commit3211921c23fe85236d70d1b5919cbc4a8a94c685 (patch)
tree1954ec982cfdc8b5ccbc54e8ded4686cbbfb5769
parent4efcf28ee64f2b19860981640f9586be8b9fd0ef (diff)
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.
-rw-r--r--po/POTFILES.in4
1 files 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