diff options
author | Thomas Wood <thomas.wood@intel.com> | 2015-07-20 18:08:29 +0100 |
---|---|---|
committer | Thomas Wood <thomas.wood@intel.com> | 2015-07-20 18:13:37 +0100 |
commit | a64cf28719a0d23d611c72a0a7cf369562330de9 (patch) | |
tree | 92383c8d8b330dca42c12dafacb0e267ea95a749 /man | |
parent | 367691297072d56f497a9b9f9c486c79bb5ecb16 (diff) |
man: ensure rst files are included in the distribution tarball
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |