]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
debuginfod-doc: PR27950: make distcheck happy
authorFrank Ch. Eigler <fche@redhat.com>
Wed, 11 Aug 2021 23:32:29 +0000 (19:32 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Wed, 11 Aug 2021 23:32:29 +0000 (19:32 -0400)
The debuginfod-client-config.7 shouldn't be included twice in
notrans_dist_man7_MANS.

Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
doc/Makefile.am

index 7979be4d0b47309fb7a00a1bd08b704b7e22d3c1..32d1a2b88190b6cadad19d1198cc4f0eed06772c 100644 (file)
@@ -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