Backport Exit function from master, for easier cherry-picking.

2009-03-01 Thread Ralf Wildenhues
I noticed that I messed up backporting tests from master to branch-1-10 several times already, due to the Exit function. So let's just avoid this hassle altogether. Pushed to branch-1-10. Cheers, Ralf Backport Exit function from master, for easier cherry-picking. * tests/defs.in

Fix recursive html and install-* doc rules for BSD make.

2009-03-01 Thread Ralf Wildenhues
Unlike GNU make, BSD make implementations do not assume that a target marked phony which does not have a corresponding rule, is just a happy thing all by itself. Specifically, the second line of this is necessary in order to successfully run 'pmake html': html: html-am html-am: .PHONY: