On Thu, Feb 26, 2009 at 10:09:57AM -0500, Tim Visher wrote: > On Thu, Feb 26, 2009 at 10:00 AM, Jeff King <peff@xxxxxxxx> wrote: > > > The configure support is notoriously incomplete > > Would it be easier for me to just build the documentation and then > install it by hand then? Is that even possible? No, there's Makefile support: make htmldir=/path/to/wherever install-html but the autoconf stuff wasn't hooking into it properly (which is what the patch I sent should do). What I meant by "incomplete" is that most people just use the Makefile directly without autoconf, so we never notice when bugs like this are hiding. Thus the bugs tend to hang around for a while until somebody submits a patch (which I was hoping you would do after getting it to work). -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html