From: Michał Kępień Date: Tue, 4 Jan 2022 13:37:52 +0000 (+0100) Subject: Include doc/arm/isc-logo.pdf in source tarballs X-Git-Tag: v9.17.22~16^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=62be4f6b0e84599498b049ebb05979d0e49e194c;p=thirdparty%2Fbind9.git Include doc/arm/isc-logo.pdf in source tarballs The doc/arm/conf.py Sphinx configuration file specifies doc/arm/isc-logo.pdf as the logo to use in the PDF files produced. Since doc/arm/isc-logo.pdf is not currently included in source tarballs produced using "make dist", attempting to build documentation in PDF format using a source tarball results in the following error being raised: Sphinx error: logo file 'isc-logo.pdf' does not exist Ensure doc/arm/isc-logo.pdf is included in source tarballs produced using "make dist", so that the BIND 9 ARM can be successfully built in PDF format using just the source tarball. --- diff --git a/doc/arm/Makefile.am b/doc/arm/Makefile.am index 915f19c42aa..894f0aeebca 100644 --- a/doc/arm/Makefile.am +++ b/doc/arm/Makefile.am @@ -3,6 +3,7 @@ include $(top_srcdir)/Makefile.docs EXTRA_DIST = \ conf.py \ + isc-logo.pdf \ advanced.rst \ catz.rst \ configuration.rst \