From ea7f987d803be064cb39ec58cc193e8e361cd03c Mon Sep 17 00:00:00 2001 From: "Christopher J. Morrone" Date: Thu, 27 Oct 2011 19:07:59 -0700 Subject: [PATCH] Include the docs as "DATA" --- Makefile.am | 3 ++- configure.ac | 3 ++- doc/Makefile.am | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 doc/Makefile.am diff --git a/Makefile.am b/Makefile.am index af437a6..fb053a6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,2 @@ -SUBDIRS = src +SUBDIRS = src doc +EXTRA_DIST = COPYRIGHT README RELEASE_LOG diff --git a/configure.ac b/configure.ac index 5107e65..756f241 100644 --- a/configure.ac +++ b/configure.ac @@ -78,5 +78,6 @@ AM_COND_IF([USE_NCMPI_AIORI],[ AC_CONFIG_FILES([Makefile src/Makefile - src/cbif/Makefile]) + src/cbif/Makefile + doc/Makefile]) AC_OUTPUT diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000..52531f4 --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1 @@ +data_DATA = USER_GUIDE UNDOCUMENTED_OPTIONS