Markus Neteler wrote: > > If you want to include Python scripts in 6.x, the Makefile would need > > to provide the necessary rules; there isn't anything in *.make (in > > either 6.x or 7.0) which will help. > > I suspect that it would be a clone of > include/Make/Script.make > adapted to Python with a new target > default: python
You would need separate *.make files for shell and Python scripts, and any given Makefile could only include one of them (otherwise they'll provide conflicting rules to generate the target). -- Glynn Clements <[email protected]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
