fixed funcindex.xml generation
- echo "$(PHP) -q $(srcdir)/scripts/genfuncindex.php ../quickref.txt > funcindex.xml" ;\
- $(PHP) -q $(srcdir)/scripts/genfuncindex.php ../quickref.txt > funcindex.xml ;\
+ echo "$(PHP) -q $(srcdir)/scripts/genfuncindex.php quickref.txt > funcindex.xml" ;\
+ $(PHP) -q $(srcdir)/scripts/genfuncindex.php quickref.txt > funcindex.xml ;\
fi
Relative path computation depends on whether you use CLI or CGI. It would be good to pass $(srcdir)/quicref.txt as a parameter, so the proper path would be used, from anywhere you run the make target...
Goba