Skip to content

Commit 2fa8167

Browse files
author
Ralph Castain
committed
Remove manpages when doing distclean in the OMPI extensions area
1 parent 13425e7 commit 2fa8167

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ompi/mpiext/affinity/c/Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,6 @@ nodist_man_MANS = OMPI_Affinity_str.3
4848

4949
# Man page sources
5050
EXTRA_DIST = $(nodist_man_MANS:.3=.3in) example.c
51+
52+
distclean-local:
53+
rm -f $(nodist_man_MANS)

ompi/mpiext/cuda/c/Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,6 @@ nodist_man_MANS = MPIx_CUDA_SUPPORT.3
4343

4444
# Man page sources
4545
EXTRA_DIST = $(nodist_man_MANS:.3=.3in)
46+
47+
distclean-local:
48+
rm -f $(nodist_man_MANS)

0 commit comments

Comments
 (0)