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 <[email protected]>
_______________________________________________
grass-translations mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-translations

Reply via email to