diff options
| author | Ondřej Surý <ondrej@sury.org> | 2020-08-06 10:00:28 +0200 |
|---|---|---|
| committer | Ondřej Surý <ondrej@sury.org> | 2020-09-26 09:23:39 +0200 |
| commit | 7d7f70a935d146cb981d767bb546ea5fb41f055b (patch) | |
| tree | 6c0b6d168278f1a12fa869c12825099870791618 | |
| parent | 0536ed66bbf820abe32e600b1219db7028b6f7ec (diff) | |
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.
| -rw-r--r-- | debian/frr-doc.install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/frr-doc.install b/debian/frr-doc.install index f7c4f5074d..a666162122 100644 --- a/debian/frr-doc.install +++ b/debian/frr-doc.install @@ -3,5 +3,14 @@ # other README.md usr/share/doc/frr doc/figures/*.png usr/share/doc/frr +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 usr/share/doc/frr/html usr/share/info/ |
