From 62be4f6b0e84599498b049ebb05979d0e49e194c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Tue, 4 Jan 2022 14:37:52 +0100 Subject: [PATCH] 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. --- doc/arm/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/arm/Makefile.am b/doc/arm/Makefile.am index 915f19c42a..894f0aeebc 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 \