build: use install-info when installing mu4e/guile

So the docs can be found.
This commit is contained in:
Dirk-Jan C. Binnema
2022-06-30 21:34:29 +03:00
parent 99eb3bb674
commit 5e3e2cf28e
4 changed files with 31 additions and 5 deletions

View 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}