From: Ondřej Surý Date: Thu, 6 Aug 2020 08:00:28 +0000 (+0200) Subject: debian: Work around the sphinx-build error that doesn't copy images to texinfo X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=a1d82b80cb47d90e727549ad25709f305617ab6c;p=matthieu%2Ffrr.git debian: Work around the sphinx-build error that doesn't copy images to texinfo The sphinx-build (since version 2.0.0) doesn't install the images into the texinfo build directory. Workaround the issue, by copying the required images from the source directory. Signed-off-by: Ondřej Surý --- diff --git a/debian/frr-doc.install b/debian/frr-doc.install index 0db84886b7..74a9af32b6 100644 --- a/debian/frr-doc.install +++ b/debian/frr-doc.install @@ -3,6 +3,14 @@ # other README.md usr/share/doc/frr doc/figures/*.png usr/share/doc/frr -doc/user/_build/texinfo/*.png usr/share/info usr/share/doc/frr/html usr/share/info/ +doc/figures/fig-normal-processing.png usr/share/info +doc/figures/fig-rs-processing.png usr/share/info +doc/figures/fig-vnc-commercial-route-reflector.png usr/share/info +doc/figures/fig-vnc-frr-route-reflector.png usr/share/info +doc/figures/fig-vnc-gw.png usr/share/info +doc/figures/fig-vnc-mesh.png usr/share/info +doc/figures/fig-vnc-redundant-route-reflectors.png usr/share/info +doc/figures/fig_topologies_full.png usr/share/info +doc/figures/fig_topologies_rs.png usr/share/info