build: use install-info when installing mu4e/guile
So the docs can be found.
This commit is contained in:
10
build-aux/meson-install-info.sh
Normal file
10
build-aux/meson-install-info.sh
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
infodir=$1
|
||||
infofile=$2
|
||||
|
||||
# Meson post-install script to update info metadata
|
||||
install-info --info-dir ${MESON_INSTALL_DESTDIR_PREFIX}/${infodir} \
|
||||
${MESON_INSTALL_DESTDIR_PREFIX}/${infodir}/${infofile}
|
||||
|
||||
gzip --force ${MESON_INSTALL_DESTDIR_PREFIX}/${infodir}/${infofile}
|
||||
Reference in New Issue
Block a user