Make building docs easier in an unconfigured tree Instead of requiring the user to specify srcdir, top_srcdir, PYTHON, and possibly more in the future, make an 'htmlsrc' target that does so for them. This also lets us do the clean in the same step, so that only one command is required of the user. https://github.com/krb5/krb5/commit/f6ef297fe537de3712fce751bad8a597ef32e0ed Author: Ben Kaduk Commit: f6ef297fe537de3712fce751bad8a597ef32e0ed Branch: master doc/build_this.rst | 3 +-- src/doc/Makefile.in | 9 ++++++--- 2 files changed, 7 insertions(+), 5 deletions(-)