]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1248] Addressed comment
authorFrancis Dupont <fdupont@isc.org>
Mon, 27 Jul 2020 10:03:34 +0000 (12:03 +0200)
committerTomek Mrugalski <tomek@isc.org>
Mon, 27 Jul 2020 12:25:32 +0000 (12:25 +0000)
doc/sphinx/Makefile.am

index f5118bc43f1ae7a12d67838b38cd56ad91460a11..c252695d16ea6d45377d17dc8e660507fea736c3 100644 (file)
@@ -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