From 84ad1199706875609eb31b2d21aa026f88f02af7 Mon Sep 17 00:00:00 2001 From: Marcel Cornu Date: Thu, 2 May 2024 14:19:54 +0000 Subject: [PATCH] programs: add igzip binary as man page dependency Required to support parallel builds Signed-off-by: Marcel Cornu --- programs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/Makefile.am b/programs/Makefile.am index 46f2a23..1b6b3d7 100644 --- a/programs/Makefile.am +++ b/programs/Makefile.am @@ -34,5 +34,5 @@ programs_igzip_LDADD = libisal.la dist_man_MANS = programs/igzip.1 other_src += programs/igzip.1.h2m -programs/igzip.1: % : %.h2m programs/igzip_cli.c +programs/igzip.1: % : %.h2m programs/igzip_cli.c programs/igzip -help2man -o $@ -i $< -N ./programs/igzip