Skip to content

Commit 6304c3f

Browse files
authored
Merge pull request #8131 from jsquyres/pr/include-mpi-man5-markdown-nroffed-pages
ompi/man5: include nroff-ified pages in tarball
2 parents 105636c + ca52413 commit 6304c3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ompi/mpi/man/man5/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ native_nroff_files = \
2323
MPI.5 \
2424
OpenMPI.5
2525

26+
man_pages_from_md = $(MD_FILES:.5.md=.5)
27+
2628
if OPAL_ENABLE_MAN_PAGES
2729
man_MANS = $(man_pages_from_md) $(native_nroff_files)
2830
MAINTAINERCLEANFILES = $(man_pages_from_md)

0 commit comments

Comments
 (0)