Hello,
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?
S ----
[EMAIL PROTECTED]:~/php/cvs/phpdoc$ cvs diff -u Makefile.in Index: Makefile.in =================================================================== RCS file: /repository/phpdoc/Makefile.in,v retrieving revision 1.151 diff -u -r1.151 Makefile.in --- Makefile.in 24 Aug 2004 07:53:48 -0000 1.151 +++ Makefile.in 1 Sep 2004 20:35:26 -0000 @@ -71,7 +71,7 @@ @AUTOGENERATED_RULES@
entities: FORCE - $(srcdir)/scripts/entities.sh + cd $(srcdir)/scripts && $(PHP) entities.php
manual.xml: $(srcdir)/manual.xml.in .manual.xml CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status