1
1

Ensure that orte-checkpoint and orte-restart man pages are always

included in the distribution tarball.  This ''appears'' to be an
Automake bug -- I have submitted a bug report to the bug-automake list:

http://lists.gnu.org/archive/html/bug-automake/2008-06/msg00019.html

This commit was SVN r18696.
Этот коммит содержится в:
Jeff Squyres 2008-06-20 18:19:01 +00:00
родитель 54e7e03695
Коммит 930667ac73
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -17,6 +17,10 @@
# $HEADER$
#
# Bug in AM 1.10.1: need to list man pages because dist_man_MANS is
# not picked up inside of an AM_CONDITIONAL
EXTRA_DIST = orte-checkpoint.1 ompi-checkpoint.1
if !ORTE_DISABLE_FULL_SUPPORT
if WANT_FT
if OMPI_INSTALL_BINARIES

Просмотреть файл

@ -17,6 +17,10 @@
# $HEADER$
#
# Bug in AM 1.10.1: need to list man pages because dist_man_MANS is
# not picked up inside of an AM_CONDITIONAL
EXTRA_DIST = orte-restart.1 ompi-restart.1
if !ORTE_DISABLE_FULL_SUPPORT
if WANT_FT
if OMPI_INSTALL_BINARIES