Am 14. Juli 2011 16:56 schrieb Ben Lipton <[email protected]>: > Changed around a bunch of things so that it's easy to do common things > from the root directory, html documentation can be built from the .rst > files, and also handy things like 'make distcheck' work.
LGTM Just as a comment, you don't have to change anything: In Ganeti we found having a single Makefile at the root to be better. Having split Makefiles makes sharing rules and keeping track of dependencies harder. Michael
