From f3466e18337681d2159bb591aaee6993e6df4fee Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Wed, 11 Aug 2021 19:32:29 -0400 Subject: [PATCH] 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 --- doc/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.3