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.
This commit is contained in:
Michał Kępień 2022-01-04 14:37:52 +01:00
parent 0bca8f0b2a
commit 62be4f6b0e

View file

@ -3,6 +3,7 @@ include $(top_srcdir)/Makefile.docs
EXTRA_DIST = \
conf.py \
isc-logo.pdf \
advanced.rst \
catz.rst \
configuration.rst \