From: Frank Ch. Eigler Date: Wed, 11 Aug 2021 23:32:29 +0000 (-0400) Subject: debuginfod-doc: PR27950: make distcheck happy X-Git-Tag: elfutils-0.186~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f3466e18337681d2159bb591aaee6993e6df4fee;p=thirdparty%2Felfutils.git debuginfod-doc: PR27950: make distcheck happy The debuginfod-client-config.7 shouldn't be included twice in notrans_dist_man7_MANS. Signed-off-by: Frank Ch. Eigler --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 7979be4d0..32d1a2b88 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -24,7 +24,9 @@ notrans_dist_man8_MANS= notrans_dist_man1_MANS= if DEBUGINFOD +if !LIBDEBUGINFOD notrans_dist_man7_MANS += debuginfod-client-config.7 +endif notrans_dist_man8_MANS += debuginfod.8 endif