Skip to content

Commit

Permalink
Remove stale files
Browse files Browse the repository at this point in the history
PRRTE no longer provides man pages - the help system replaces
them. Remove stale contrib files that don't pertain to PRRTE.

Signed-off-by: Ralph Castain <rhc@pmix.org>
  • Loading branch information
rhc54 committed Aug 8, 2022
1 parent fe4207e commit 8112ac8
Show file tree
Hide file tree
Showing 46 changed files with 3 additions and 6,266 deletions.
5 changes: 1 addition & 4 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Copyright (c) 2014-2019 Intel, Inc. All rights reserved.
# Copyright (c) 2017-2018 Amazon.com, Inc. or its affiliates.
# All Rights reserved.
# Copyright (c) 2021 Nanook Consulting All rights reserved.
# Copyright (c) 2021-2022 Nanook Consulting. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
Expand All @@ -27,7 +27,6 @@ DIST_SUBDIRS = config contrib src include
EXTRA_DIST = README INSTALL VERSION Doxyfile LICENSE autogen.pl

include examples/Makefile.include
include man/Makefile.include

# dist-hook:
# env LS_COLORS= sh "$(top_srcdir)/config/distscript.sh" "$(top_srcdir)" "$(distdir)" "$(PRTE_REPO_REV)"
Expand All @@ -46,8 +45,6 @@ install-exec-hook:
--top_srcdir=$(top_srcdir) \
--objext=$(OBJEXT); \
fi
(cd $(DESTDIR)$(mandir)/man1; rm -f prte-rank.1 ; $(LN_S) prte-map.1 prte-rank.1)
(cd $(DESTDIR)$(mandir)/man1; rm -f prte-bind.1 ; $(LN_S) prte-map.1 prte-bind.1)

ACLOCAL_AMFLAGS = -I config

Expand Down
11 changes: 2 additions & 9 deletions contrib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# Copyright (c) 2013-2019 Intel, Inc. All rights reserved.
# Copyright (c) 2017 Amazon.com, Inc. or its affiliates.
# All Rights reserved.
# Copyright (c) 2022 Nanook Consulting. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
Expand All @@ -32,12 +33,4 @@ EXTRA_DIST = \
dist/make_dist_tarball \
dist/make-authors.pl \
dist/linux/prte.spec \
platform/optimized \
platform/intel/bend/linux \
platform/intel/bend/linux.conf \
platform/intel/bend/mac-optimized \
platform/intel/bend/mac-optimized.conf \
platform/intel/bend/linux-optimized \
platform/intel/bend/linux-optimized.conf

dist_prtedata_DATA = openmpi-valgrind.supp
platform/optimized
15 changes: 0 additions & 15 deletions contrib/clang-format-prte.sh

This file was deleted.

277 changes: 0 additions & 277 deletions contrib/dist/make-html-man-pages.pl

This file was deleted.

Loading

0 comments on commit 8112ac8

Please sign in to comment.