Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove stale files #1414

Merged
merged 1 commit into from
Aug 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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