1
1
openmpi/ompi/mpi/man/man5/Makefile.am
Jeff Squyres 70993e1670 Move "MPI" and "OpenMPI" man pages to section 5
Make the main man page be Open-MPI(5), and set nroff-native aliases
for MPI(5) and OpenMPI(5).

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
2020-05-02 12:45:32 -07:00

32 строки
693 B
Makefile

# -*- makefile -*-
#
# Copyright (c) 2020 Cisco Systems, Inc. All rights reserved.
#
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
include $(top_srcdir)/Makefile.ompi-rules
# Just in case someone looks for it here someday, here is a
# conveninent reference for what Markdown pandoc supports:
#
# https://rmarkdown.rstudio.com/authoring_pandoc_markdown.html
MD_FILES = \
MPI_T.5.md \
Open-MPI.5.md
native_nroff_files = \
MPI.5 \
OpenMPI.5
if OPAL_ENABLE_MAN_PAGES
man_MANS = $(man_pages_from_md) $(native_nroff_files)
MAINTAINERCLEANFILES = $(man_pages_from_md)
endif
EXTRA_DIST = $(MD_FILES) $(man_pages_from_md) $(native_nroff_files)