From 619e1780971a43e7764baa8eb68e53022d802869 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Thu, 7 Mar 2019 11:45:47 +0100 Subject: [PATCH] man: add template to EXTRA_DIST Currently the man page template used by help2man is not included in the distribution tarball. This causes build failures on systems that actually do have help2man in which case we rebuild the man pages locally. Add template to EXTRA_DIST. Signed-off-by: Bartosz Golaszewski --- man/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/Makefile.am b/man/Makefile.am index 426d6f5..d8f4e66 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -17,3 +17,5 @@ clean-local: rm -f $(dist_man1_MANS) endif + +EXTRA_DIST = template -- 2.30.2