]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Include doc/arm/isc-logo.pdf in source tarballs
authorMichał Kępień <michal@isc.org>
Tue, 4 Jan 2022 13:37:52 +0000 (14:37 +0100)
committerMichał Kępień <michal@isc.org>
Tue, 4 Jan 2022 13:37:52 +0000 (14:37 +0100)
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

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