[GRASS-translations] "make pot" problem:
../gui/wxpython/menustrings.py strings missing
Markus Neteler
neteler at osgeo.org
Sat Aug 21 06:02:40 EDT 2010
On Sat, Aug 21, 2010 at 12:53 AM, Glynn Clements
<glynn at gclements.plus.com> wrote:
> Markus Neteler wrote:
>
>> Question: can the Makefile be tuned to only run "make pot" then the
>> GRASS code was compiled?
>
> Add this to the "pot" target:
>
> if [ ! -f ../gui/wxpython/menustrings.py ] ; then \
> echo "Build GRASS before running 'make pot'" >&2 ; \
> exit 1 ; \
> fi
Thanks, added.
Markus
More information about the grass-translations
mailing list