From: Francis Dupont Date: Mon, 27 Jul 2020 10:03:34 +0000 (+0200) Subject: [#1248] Addressed comment X-Git-Tag: Kea-1.7.10~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8d9a1d8fe2255fe54c0ba7fec5d24e7d4614cc5;p=thirdparty%2Fkea.git [#1248] Addressed comment --- diff --git a/doc/sphinx/Makefile.am b/doc/sphinx/Makefile.am index f5118bc43f..c252695d16 100644 --- a/doc/sphinx/Makefile.am +++ b/doc/sphinx/Makefile.am @@ -144,7 +144,7 @@ endif else if INSTALL_MANS ${MKDIR_P} ${DESTDIR}${mandir}/man8 - ${INSTALL_DATA} $(sphinxbuilddir)/man/*.8 ${DESTDIR}${mandir}/man8/ + ${INSTALL_DATA} $(man8s) ${DESTDIR}${mandir}/man8/ endif endif