From a8d9a1d8fe2255fe54c0ba7fec5d24e7d4614cc5 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Mon, 27 Jul 2020 12:03:34 +0200 Subject: [PATCH] [#1248] Addressed comment --- doc/sphinx/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2