[GRASS-translations] "make pot" problem: ../gui/wxpython/menustrings.py strings missing

Glynn Clements glynn at gclements.plus.com
Fri Aug 20 18:53:58 EDT 2010


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

-- 
Glynn Clements <glynn at gclements.plus.com>


More information about the grass-translations mailing list