Skip to content

Commit ca52413

Browse files
committed
ompi/man5: include nroff-ified pages in tarball
Add a line that was accidentally left out that includes the generated nroff pages (from the Markdown pages) in the dist tarball. The lack of these files in the dist tarball was causing configure to fail a test and therefore conclude that we need to have pandoc installed. Put differently: it's a specific goal that we do not want end users to have to have Pandoc installed -- all Markdown files must generate their nroff equivalents and have those nroff files included in the distribution tarball. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent 9afcb8e commit ca52413

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)