make docs dies with an error

make docs dies with an error


I am new to JQuery.
I downloaded from svn, I have Java 1.6.0_06, my system is Mandriva
2008.0.
I cd'd into trunk/jquery. Run make, all goes well. I then run make
docs and it stops at an error about build/docs/.htaccess does not
exist, actually the directory build/docs does not even exist so I
create, touch the file, run make clean and then run make docs again.
This time it stops at build/docs/js does not exist so I create it and
run make clean;make docs again. This time it stops at build/docs/style
so I create that directory and run clean and docs again. This time it
stops for good, it is missing a file called build/docs/docs.js and I
cannot find it any where.
I have been looking all over the jquery site for any information about
this and nothing so it must be somthing I am doing wrong.
It seems like everything else in make works fine, pack and test so I
think I have a good build environment. I am able to load the trunk/
jquey/speed tests page and run the test scripts so that looks good.
Any ideas why make docs will not work?
Examples and tools seem to be working fine. There is enough
information in there to keep me learning for a while.
Do the JQuery developers have a book to recommend that I can order on
line?