File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
# -*- makefile -*-
2
- # Copyright (c) 2008-2015 Cisco Systems, Inc. All rights reserved.
2
+ # Copyright (c) 2008-2018 Cisco Systems, Inc. All rights reserved.
3
3
# Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved.
4
4
# $COPYRIGHT$
5
5
#
@@ -20,7 +20,7 @@ if ! MAN_PAGE_BUILD_USEMPIF08_BINDINGS
20
20
endif
21
21
22
22
.1in.1 :
23
- $(OMPI_V_GEN ) $(top_srcdir ) /ompi/mpi/man /make_manpage.pl \
23
+ $(OMPI_V_GEN ) $(top_srcdir ) /config /make_manpage.pl \
24
24
--package-name=' @PACKAGE_NAME@' \
25
25
--package-version=' @PACKAGE_VERSION@' \
26
26
--ompi-date=' @OMPI_RELEASE_DATE@' \
30
30
--output=$@
31
31
32
32
.3in.3 :
33
- $(OMPI_V_GEN ) $(top_srcdir ) /ompi/mpi/man /make_manpage.pl \
33
+ $(OMPI_V_GEN ) $(top_srcdir ) /config /make_manpage.pl \
34
34
--package-name=' @PACKAGE_NAME@' \
35
35
--package-version=' @PACKAGE_VERSION@' \
36
36
--ompi-date=' @OMPI_RELEASE_DATE@' \
41
41
--output=$@
42
42
43
43
.7in.7 :
44
- $(OMPI_V_GEN ) $(top_srcdir ) /ompi/mpi/man /make_manpage.pl \
44
+ $(OMPI_V_GEN ) $(top_srcdir ) /config /make_manpage.pl \
45
45
--package-name=' @PACKAGE_NAME@' \
46
46
--package-version=' @PACKAGE_VERSION@' \
47
47
--ompi-date=' @OMPI_RELEASE_DATE@' \
Original file line number Diff line number Diff line change 9
9
# University of Stuttgart. All rights reserved.
10
10
# Copyright (c) 2004-2005 The Regents of the University of California.
11
11
# All rights reserved.
12
- # Copyright (c) 2006-2015 Cisco Systems, Inc. All rights reserved.
12
+ # Copyright (c) 2006-2018 Cisco Systems, Inc. All rights reserved.
13
13
# Copyright (c) 2010 Oracle and/or its affiliates. All rights
14
14
# reserved.
15
15
# Copyright (c) 2014-2015 Intel, Inc. All rights reserved.
@@ -28,7 +28,8 @@ EXTRA_DIST = \
28
28
ltmain_nag_pthread.diff \
29
29
ltmain_pgi_tp.diff \
30
30
opal_mca_priority_sort.pl \
31
- find_common_syms
31
+ find_common_syms \
32
+ make_manpage.pl
32
33
33
34
maintainer-clean-local :
34
35
rm -f opal_get_version.sh
File renamed without changes.
Original file line number Diff line number Diff line change 9
9
# University of Stuttgart. All rights reserved.
10
10
# Copyright (c) 2004-2005 The Regents of the University of California.
11
11
# All rights reserved.
12
- # Copyright (c) 2006-2012 Cisco Systems, Inc. All rights reserved.
12
+ # Copyright (c) 2006-2018 Cisco Systems, Inc. All rights reserved.
13
13
# Copyright (c) 2015 Research Organization for Information Science
14
14
# and Technology (RIST). All rights reserved.
15
15
# $COPYRIGHT$
20
20
#
21
21
22
22
EXTRA_DIST = \
23
- mpi/fortran/configure-fortran-output-bottom.h \
24
- mpi/man/make_manpage.pl
23
+ mpi/fortran/configure-fortran-output-bottom.h
25
24
26
25
dist_ompidata_DATA += mpi/help-mpi-api.txt
You can’t perform that action at this time.
0 commit comments