[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2a1-51-g354396f
Service Account
noreply at mpich.org
Tue Oct 7 14:00:48 CDT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".
The branch, master has been updated
via 354396f8362fd72c8f6750a479d86804bb47ddaa (commit)
from e899f71f715baea41625c33ab0e9c693fa970b31 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/354396f8362fd72c8f6750a479d86804bb47ddaa
commit 354396f8362fd72c8f6750a479d86804bb47ddaa
Author: Pavan Balaji <balaji at anl.gov>
Date: Tue Oct 7 12:58:26 2014 -0500
Bug-fix: look for man pages in the build directory, not source.
Signed-off-by: Rob Latham <robl at mcs.anl.gov>
diff --git a/Makefile.am b/Makefile.am
index e95edee..fe42721 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -453,7 +453,7 @@ htmldoc-local: $(mpi_sources:.c=.html-phony) $(doc1_src_txt:.txt=.html1-phony)
INSTALL_DATA_LOCAL_TARGETS += install-man-local
# this is a variation on the recipe that was previously generated by simplemake
install-man-local:
- @if test -d $(srcdir)/man && cd $(srcdir)/man ; then \
+ @if test -d $(top_builddir)/man && cd $(top_builddir)/man ; then \
for name in * ; do \
if [ "$$name" = "*" ] ; then continue ; fi ; \
if [ -f $$name ] ; then \
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list