From a64cf28719a0d23d611c72a0a7cf369562330de9 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Mon, 20 Jul 2015 18:08:29 +0100 Subject: man: ensure rst files are included in the distribution tarball Signed-off-by: Thomas Wood --- man/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man') diff --git a/man/Makefile.am b/man/Makefile.am index ee09156c..906b239f 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -29,7 +29,7 @@ if HAVE_RST2MAN appman_DATA += $(appman_RST:rst=$(APP_MAN_SUFFIX)) endif -EXTRA_DIST = $(appman_PRE) +EXTRA_DIST = $(appman_PRE) $(appman_RST) CLEANFILES = $(appman_DATA) # String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure -- cgit v1.2.3