GNOME Bugzilla – Bug 467273
intltool-update fails in po dir
Last modified: 2007-09-11 13:31:38 UTC
As you can see here: http://l10n.gnome.org/module/libgda we currently cannot generate a correct pot file from source, because some .c files in POTFILES.in are only generated at build time. What about putting .l and .y files in POTFILES?
The .l files actually contain strings to be translated, so I'll add them to POTFILES.in ASAP, the .y files don't.
The main problem is the presence of lexer.c / parser.c in POTFILES.in. I suggest removing them (replacing them by .l equivalent when needed), and if you encounter problems (e.g. in makedist), put them in POTFILES.skip.
Done in SVN, closing the bug.