mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-02 20:27:14 +00:00
doc: Create infodir before writing to it and prefix with DESTDIR
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
This commit is contained in:
parent
b59555c6bf
commit
3b7c7293ee
@ -86,8 +86,9 @@ developer.html:
|
||||
|
||||
# info target, handled by automake installation
|
||||
install-data-local: frr.info
|
||||
gzip < user/_build/texinfo/frr.info > ${infodir}/frr.info.gz
|
||||
install-info user/_build/texinfo/frr.info ${infodir}/dir
|
||||
install -d ${DESTDIR}${infodir}
|
||||
gzip < user/_build/texinfo/frr.info > ${DESTDIR}${infodir}/frr.info.gz
|
||||
install-info user/_build/texinfo/frr.info ${DESTDIR}${infodir}/dir
|
||||
|
||||
# include sources for shipped docs
|
||||
EXTRA_DIST = manpages/defines.rst \
|
||||
|
Loading…
Reference in New Issue
Block a user