summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2021-08-11 19:32:29 -0400
committerFrank Ch. Eigler <fche@redhat.com>2021-08-11 19:32:29 -0400
commitf3466e18337681d2159bb591aaee6993e6df4fee (patch)
tree31e61e041c09b8f4701d27b411b6de8ad2be2992
parent969880e68071cefd7170a53b267379f0b32d6fbd (diff)
downloadelfutils-f3466e18337681d2159bb591aaee6993e6df4fee.tar.gz
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 <fche@redhat.com>
-rw-r--r--doc/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 7979be4d..32d1a2b8 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