]> git.ipfire.org Git - thirdparty/bind9.git/commit
Rebuild the file in doc/misc only when in maintainer mode
authorOndřej Surý <ondrej@isc.org>
Mon, 22 Jun 2020 11:03:07 +0000 (13:03 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 22 Jun 2020 12:08:53 +0000 (14:08 +0200)
commitb1093533ef00ac97f177a9c9ab2c4566c4e8022f
treebcaccf386859fbd3fb75d0be27cd4d0f079c9cea
parentc9c84af3c945b4cbada38d1ad07728fb3d476d31
Rebuild the file in doc/misc only when in maintainer mode

The files in doc/misc requires all the BIND 9 libraries to be built
before the documentation can be built.  One of the extra automake
features is maintainer mode that allows to conditionally build and clean
files that require special tools.  Make use of the automake maintainer
mode to not rebuild the files in doc/misc under normal circumstances.
doc/misc/Makefile.am