Skip to content

Commit 74a266d

Browse files
committed
tools/mpisync: remove obsolete man page
all man pages were converted into rst and moved into docs/man-openmpi Thanks AmirHossein Sojoodi for the report. Refs. #10566 Signed-off-by: Gilles Gouaillardet <[email protected]>
1 parent e1b66cf commit 74a266d

File tree

2 files changed

+3
-65
lines changed

2 files changed

+3
-65
lines changed

ompi/tools/mpisync/Makefile.am

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@
1515
# All rights reserved.
1616
# Copyright (c) 2014 Artem Polyakov <[email protected]>
1717
# Copyright (c) 2016 IBM Corporation. All rights reserved.
18-
# Copyright (c) 2017 Research Organization for Information Science
19-
# and Technology (RIST). All rights reserved.
20-
#
18+
# Copyright (c) 2017-2022 Research Organization for Information Science
19+
# and Technology (RIST). All rights reserved.
2120
# Copyright (c) 2019 Intel, Inc. All rights reserved.
2221
# $COPYRIGHT$
2322
#
@@ -28,24 +27,14 @@
2827

2928
include $(top_srcdir)/Makefile.ompi-rules
3029

31-
man_pages = mpisync.1
32-
EXTRA_DIST = $(man_pages:.1=.1in)\
33-
mpirun_prof \
30+
EXTRA_DIST = mpirun_prof \
3431
ompi_timing_post
3532

3633
if OPAL_INSTALL_TIMING_BINARIES
3734

3835
bin_PROGRAMS = mpisync
3936
bin_SCRIPTS = mpirun_prof ompi_timing_post
4037

41-
nodist_man_MANS = $(man_pages)
42-
43-
$(nodist_man_MANS): $(top_builddir)/opal/include/opal_config.h
44-
45-
install-data-hook:
46-
(cd $(DESTDIR)$(mandir)/man1; rm -f mpirun_prof.1; $(LN_S) mpisync.1 mpirun_prof.1)
47-
(cd $(DESTDIR)$(mandir)/man1; rm -f ompi_timing_post.1; $(LN_S) mpisync.1 ompi_timing_post.1)
48-
4938
endif
5039

5140
mpisync_SOURCES = \
@@ -57,6 +46,3 @@ mpisync_SOURCES = \
5746

5847
mpisync_LDADD = $(top_builddir)/ompi/lib@[email protected]
5948
mpisync_LDADD += $(top_builddir)/opal/lib@[email protected]
60-
61-
distclean-local:
62-
rm -f $(man_pages)

ompi/tools/mpisync/mpisync.1in

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)