Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit fc63f5f

Browse files
committed
oshmem: Do not install man pages in case oshmem is off
1 parent 45af62d commit fc63f5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

oshmem/shmem/man/man3/Makefile.extra

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,5 +176,8 @@ shmem_api_man_pages = \
176176
shmem/man/man3/shmem_clear_cache_inv.3 \
177177
shmem/man/man3/shmem_clear_cache_line_inv.3
178178

179+
if PROJECT_OSHMEM
179180
nodist_man_MANS += $(shmem_api_man_pages)
180181
EXTRA_DIST += $(shmem_api_man_pages:.3=.3in)
182+
endif # PROJECT_OSHMEM
183+

0 commit comments

Comments
 (0)