mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 16:06:20 +00:00
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.
This commit is contained in:
parent
0536ed66bb
commit
7d7f70a935
9
debian/frr-doc.install
vendored
9
debian/frr-doc.install
vendored
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user