[GRASS-dev] Make files for g.extension

Glynn Clements glynn at gclements.plus.com
Mon Nov 23 18:19:45 EST 2009


Markus Neteler wrote:

> I guess that's due to the fact that some (don't know how
> much) shell support was removed from the Makefile system
> in GRASS 7.

The Script.make and ScriptRules.make files assume Python; there are no
longer any rules for shell scripts.

The "script" target will attempt to make $GISBASE/scripts/$PGM.py
(Windows) or $GISBASE/scripts/$PGM (Unix) from ./$PGM.py (it will also
make $GISBASE/docs/html/$PGM.html and the
locale/scriptstrings/${PGM}_to_translate.c file for use by xgettext).

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


More information about the grass-dev mailing list