89773c41a2
Having the "make_manpage.pl" script in the ompi/ tree broke "./autogen.pl --no-ompi" (specifically: "make distcheck" of --no-ompi builds would break). Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
26 строки
1.0 KiB
Makefile
26 строки
1.0 KiB
Makefile
#
|
|
# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
|
|
# University Research and Technology
|
|
# Corporation. All rights reserved.
|
|
# Copyright (c) 2004-2005 The University of Tennessee and The University
|
|
# of Tennessee Research Foundation. All rights
|
|
# reserved.
|
|
# Copyright (c) 2004-2009 High Performance Computing Center Stuttgart,
|
|
# University of Stuttgart. All rights reserved.
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
# All rights reserved.
|
|
# Copyright (c) 2006-2018 Cisco Systems, Inc. All rights reserved.
|
|
# Copyright (c) 2015 Research Organization for Information Science
|
|
# and Technology (RIST). All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
EXTRA_DIST = \
|
|
mpi/fortran/configure-fortran-output-bottom.h
|
|
|
|
dist_ompidata_DATA += mpi/help-mpi-api.txt
|