From 486c328c87be62fe879927967cbbab37d4897887 Mon Sep 17 00:00:00 2001 From: Nathan Hjelm Date: Tue, 14 Mar 2017 15:58:24 -0600 Subject: [PATCH] fix tarball Signed-off-by: Nathan Hjelm --- hdf5-hio/Makefile.am | 4 ++-- tools/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hdf5-hio/Makefile.am b/hdf5-hio/Makefile.am index 5e57631..e4c93b7 100644 --- a/hdf5-hio/Makefile.am +++ b/hdf5-hio/Makefile.am @@ -11,9 +11,9 @@ ACLOCAL_AMFLAGS=-I m4 -SUBDIRS = src test +SUBDIRS = src test doc -EXTRA_DIST = +EXTRA_DIST = DISTCLEANFILES = docs: diff --git a/tools/Makefile.am b/tools/Makefile.am index 27fcedd..c7c895a 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -13,7 +13,7 @@ LDADD = ../src/libhio.la AM_CPPFLAGS = -I$(top_srcdir)/src/include # install tool manual pages -man1_MANS = man/hio_dump.1 +dist_man_MANS = man/hio_dump.1 bin_PROGRAMS = hio_dump