Hi, > > It seems that the Makefile is pointing to ./scripts/entities.sh > > I don't see this file in CVS, but I do see ./scripts/entities.php > > I've never touched the Makefile, before, so I thought it wise to run > this by the list.. to make sure I'm doing this properly. > > Here's my proposed patch to Makefile.in -- comments?
[...] > entities: FORCE > - $(srcdir)/scripts/entities.sh > + cd $(srcdir)/scripts && $(PHP) entities.php $(PHP) -c $(scriptdir) -q $(scriptdir)/entities.php should do the trick, imho. Maybe you have to tweak entities.php to work both in cli and cgi mode. Friedhelm Should do the trick -- http://www.jungle-world.com/