Files
mu4e/build-aux/meson-install-info.sh
Dirk-Jan C. Binnema 5e3e2cf28e build: use install-info when installing mu4e/guile
So the docs can be found.
2022-07-01 08:31:00 +03:00

11 lines
286 B
Bash

#!/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}