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

Reply via email to