From a3cf004411bf7afdadc171d6c4401fcb965f43b1 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Fri, 3 Apr 2015 00:22:01 +0200 Subject: [PATCH] man: add conf.py to the list of distributed files Otherwise packages won't build as it's not included in the tarbal. Signed-off-by: Loic Dachary --- man/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/Makefile.am b/man/Makefile.am index 7f06a20f6993..bc7dc717d1ab 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,5 +1,7 @@ AUTOMAKE_OPTIONS = gnu +EXTRA_DIST = conf.py + dist_man_MANS = if ENABLE_CLIENT -- 2.47.3