From c86c356955d8aa3b7218327310b46d8683c6ff21 Mon Sep 17 00:00:00 2001 From: Fredrick Brennan Date: Sun, 22 Oct 2023 21:43:00 -0400 Subject: [PATCH] Fix build failure due to help2man catching no output --- src/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 1b3db17..b8de961 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,3 +7,8 @@ apidox: doxygen Doxyfile EXTRA_DIST = libiff.pc.in + +# When calling help2man, we need to make sure that the output is +# redirected to stdout, not stderr. This is because the output of +# iffjoin --help is redirected to stderr +HELP2MAN = @HELP2MAN@ --no-discard-stderr --version-string=$(VERSION)