just an FYI - current HEAD fails to build. Looks like a possible dependency on hydra in emacspeak-maths.el. See from the log, this is an area you are currently working on, so just wanted to let you know. I'll revert to an earlier revision - just wanted to let you know. Error message below.
emacs -batch -q -no-site-file -l ".."/lisp/emacspeak-load-path.el -l ".."/lisp/emacspeak-loaddefs.el -l ".."/lisp/emacspeak-cus-load.el -l ".."/lisp/g-client/g-load-path.el -f batch-byte-compile emacspeak-maths.el
In toplevel form:
emacspeak-maths.el:83:1:Error: Symbol’s function definition is void: defhydra
Makefile:54: recipe for target 'emacspeak-maths.elc' failed
make[1]: *** [emacspeak-maths.elc] Error 1
make[1]: Leaving directory '/home/tcross/git/emacspeak/trunk-git/lisp'
Makefile:190: recipe for target 'emacspeak' failed
make: *** [emacspeak] Error 2
--