[mpich-commits] [mpich] MPICH primary repository branch, master,	updated. v3.1rc1-23-ga5412fe
    mysql vizuser 
    noreply at mpich.org
       
    Fri Nov 15 09:41:58 CST 2013
    
    
  
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  a5412fec1e0e2f15b0d38369c2f489686e90d36c (commit)
      from  fe5ff951ef10d30793ac3d89b03d269503d22573 (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/a5412fec1e0e2f15b0d38369c2f489686e90d36c
commit a5412fec1e0e2f15b0d38369c2f489686e90d36c
Author: Antonio J. Pena <apenya at mcs.anl.gov>
Date:   Thu Nov 14 17:21:24 2013 -0600
    Fix manpages not installed for VPATH builds
    
    Fixes #1976
    
    Signed-off-by: Ken Raffenetti <raffenet at mcs.anl.gov>
diff --git a/Makefile.am b/Makefile.am
index 04773d2..a655575 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -355,7 +355,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 $(builddir)/man && cd $(builddir)/man ; then \
+	@if test -d $(srcdir)/man && cd $(srcdir)/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