mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 04:12:08 -04:00
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:
parent
0bca8f0b2a
commit
62be4f6b0e
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ include $(top_srcdir)/Makefile.docs
|
|||
|
||||
EXTRA_DIST = \
|
||||
conf.py \
|
||||
isc-logo.pdf \
|
||||
advanced.rst \
|
||||
catz.rst \
|
||||
configuration.rst \
|
||||
|
|
|
|||
Loading…
Reference in a new issue