]> git.proxmox.com Git - mirror_frr.git/commit - debianpkg/frr-doc.install
debian: install PNG files in /usr/share/info
authorsmccroskey <smccroskey@cumulusnetworks.com>
Mon, 29 May 2017 22:34:02 +0000 (15:34 -0700)
committerMartin Winter <mwinter@opensourcerouting.org>
Sat, 18 Nov 2017 01:55:32 +0000 (17:55 -0800)
commitf2d56ccb4059223856c7eb01da7f62c0cad1429b
tree7fe410a183e4b776fd529710d4d11d9f9e62c535
parent8fead0c53fc5f2f077850ffbde7109545d8e2064
debian: install PNG files in /usr/share/info

Testing done: built in sbuild with lintian enabled

Clears lintian warnings of the following form:
W: frr-doc: info-document-missing-image-file

According to the documentation for the lintian warning, certain
applications (e.g.  emacs) can render images from info files inline,
and expect the images to either have their full path defined or be
installed in the same directory as the info files themselves.
Automake doesn't seem to have a primary for handling this sort of
installation (info_DATA is invalid and causes an error), so opted to
handle it in the debian install file itself.

Installing the images elsewhere (another path installed by frr-doc)
and giving a full path to their location in info files might be a
better approach.

Signed-off-by: Silas McCroskey <smccroskey@cumulusnetworks.com>
debianpkg/frr-doc.install