On Sat, Aug 21, 2010 at 12:53 AM, Glynn Clements <[email protected]> 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 _______________________________________________ grass-translations mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-translations
