]> git.ipfire.org Git - thirdparty/bind9.git/commit
Explicitly specify sphinx-build cache directories
authorMichał Kępień <michal@isc.org>
Wed, 3 Feb 2021 11:18:45 +0000 (12:18 +0100)
committerMichał Kępień <michal@isc.org>
Wed, 3 Feb 2021 11:18:45 +0000 (12:18 +0100)
commit36ea46fbe05dd68a1043127df98a85083cf47701
tree248e6ab294b848a4e057ff74f215cd01d9c45efc
parent7e0c374d83f7b91d27279d469441ca72a9ab799a
Explicitly specify sphinx-build cache directories

When sphinx-build is invoked without the -d command line switch, the
default path to the directory in which cached environment and doctree
files are placed is OUTPUTDIR/.doctrees.  This causes the contents of
such cache directories to needlessly be included in BIND release
directories.  Avoid that by employing the -d command line switch to make
each sphinx-build process use a cache directory outside the output
directory.  Make sure these cache directories are separate from each
other as well, to prevent multiple sphinx-build processes running in
parallel from interfering with each other.
doc/arm/Makefile.in
doc/man/Makefile.in