From: Bartosz Golaszewski Date: Thu, 7 Mar 2019 10:45:47 +0000 (+0100) Subject: man: add template to EXTRA_DIST X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=619e1780971a43e7764baa8eb68e53022d802869;p=qemu-gpiodev%2Flibgpiod.git 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 --- 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