Skip to content

Commit ecea160

Browse files
committed
oshmem: Do not install man pages in case oshmem is off
1 parent 3ab17ef commit ecea160

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

oshmem/shmem/man/man3/Makefile.extra

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,5 +176,7 @@ 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

0 commit comments

Comments
 (0)