Re: [PATCH] Makefile: include contrib docs in dist-doc tarballs

2019-06-24 Thread Junio C Hamano
robb...@gentoo.org writes: > +.PHONY: dist-doc distclean contrib-doc I do not think I want to do this. Contrib are not part of the core because they are not. We do not install their "executable" from the top-level Makefile and I prefer to keep it that way. Why should we ship their documentatio

[PATCH] Makefile: include contrib docs in dist-doc tarballs

2019-06-23 Thread robbat2
From: "Robin H. Johnson" The pre-built htmldoc/manpage tarballs do not include any documentation from the contrib code. As a result, if you want that documentation, you need the full documentation stack to build them. By including the contrib docs in the tarballs, this is prevented. The documen