Merge pull request #5526 from jsquyres/pr/man-page-script-abstraction-break
Fix script abstraction break: mv make_manpage.pl to config
Этот коммит содержится в:
Коммит
6a2891e092
@ -1,5 +1,5 @@
|
|||||||
# -*- makefile -*-
|
# -*- makefile -*-
|
||||||
# Copyright (c) 2008-2015 Cisco Systems, Inc. All rights reserved.
|
# Copyright (c) 2008-2018 Cisco Systems, Inc. All rights reserved.
|
||||||
# Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved.
|
# Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved.
|
||||||
# $COPYRIGHT$
|
# $COPYRIGHT$
|
||||||
#
|
#
|
||||||
@ -20,7 +20,7 @@ if ! MAN_PAGE_BUILD_USEMPIF08_BINDINGS
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
.1in.1:
|
.1in.1:
|
||||||
$(OMPI_V_GEN) $(top_srcdir)/ompi/mpi/man/make_manpage.pl \
|
$(OMPI_V_GEN) $(top_srcdir)/config/make_manpage.pl \
|
||||||
--package-name='@PACKAGE_NAME@' \
|
--package-name='@PACKAGE_NAME@' \
|
||||||
--package-version='@PACKAGE_VERSION@' \
|
--package-version='@PACKAGE_VERSION@' \
|
||||||
--ompi-date='@OMPI_RELEASE_DATE@' \
|
--ompi-date='@OMPI_RELEASE_DATE@' \
|
||||||
@ -30,7 +30,7 @@ endif
|
|||||||
--output=$@
|
--output=$@
|
||||||
|
|
||||||
.3in.3:
|
.3in.3:
|
||||||
$(OMPI_V_GEN) $(top_srcdir)/ompi/mpi/man/make_manpage.pl \
|
$(OMPI_V_GEN) $(top_srcdir)/config/make_manpage.pl \
|
||||||
--package-name='@PACKAGE_NAME@' \
|
--package-name='@PACKAGE_NAME@' \
|
||||||
--package-version='@PACKAGE_VERSION@' \
|
--package-version='@PACKAGE_VERSION@' \
|
||||||
--ompi-date='@OMPI_RELEASE_DATE@' \
|
--ompi-date='@OMPI_RELEASE_DATE@' \
|
||||||
@ -41,7 +41,7 @@ endif
|
|||||||
--output=$@
|
--output=$@
|
||||||
|
|
||||||
.7in.7:
|
.7in.7:
|
||||||
$(OMPI_V_GEN) $(top_srcdir)/ompi/mpi/man/make_manpage.pl \
|
$(OMPI_V_GEN) $(top_srcdir)/config/make_manpage.pl \
|
||||||
--package-name='@PACKAGE_NAME@' \
|
--package-name='@PACKAGE_NAME@' \
|
||||||
--package-version='@PACKAGE_VERSION@' \
|
--package-version='@PACKAGE_VERSION@' \
|
||||||
--ompi-date='@OMPI_RELEASE_DATE@' \
|
--ompi-date='@OMPI_RELEASE_DATE@' \
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
# University of Stuttgart. All rights reserved.
|
# University of Stuttgart. All rights reserved.
|
||||||
# Copyright (c) 2004-2005 The Regents of the University of California.
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
# Copyright (c) 2006-2015 Cisco Systems, Inc. All rights reserved.
|
# Copyright (c) 2006-2018 Cisco Systems, Inc. All rights reserved.
|
||||||
# Copyright (c) 2010 Oracle and/or its affiliates. All rights
|
# Copyright (c) 2010 Oracle and/or its affiliates. All rights
|
||||||
# reserved.
|
# reserved.
|
||||||
# Copyright (c) 2014-2015 Intel, Inc. All rights reserved.
|
# Copyright (c) 2014-2015 Intel, Inc. All rights reserved.
|
||||||
@ -28,7 +28,8 @@ EXTRA_DIST = \
|
|||||||
ltmain_nag_pthread.diff \
|
ltmain_nag_pthread.diff \
|
||||||
ltmain_pgi_tp.diff \
|
ltmain_pgi_tp.diff \
|
||||||
opal_mca_priority_sort.pl \
|
opal_mca_priority_sort.pl \
|
||||||
find_common_syms
|
find_common_syms \
|
||||||
|
make_manpage.pl
|
||||||
|
|
||||||
maintainer-clean-local:
|
maintainer-clean-local:
|
||||||
rm -f opal_get_version.sh
|
rm -f opal_get_version.sh
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
# University of Stuttgart. All rights reserved.
|
# University of Stuttgart. All rights reserved.
|
||||||
# Copyright (c) 2004-2005 The Regents of the University of California.
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
# Copyright (c) 2006-2012 Cisco Systems, Inc. All rights reserved.
|
# Copyright (c) 2006-2018 Cisco Systems, Inc. All rights reserved.
|
||||||
# Copyright (c) 2015 Research Organization for Information Science
|
# Copyright (c) 2015 Research Organization for Information Science
|
||||||
# and Technology (RIST). All rights reserved.
|
# and Technology (RIST). All rights reserved.
|
||||||
# $COPYRIGHT$
|
# $COPYRIGHT$
|
||||||
@ -20,7 +20,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
mpi/fortran/configure-fortran-output-bottom.h \
|
mpi/fortran/configure-fortran-output-bottom.h
|
||||||
mpi/man/make_manpage.pl
|
|
||||||
|
|
||||||
dist_ompidata_DATA += mpi/help-mpi-api.txt
|
dist_ompidata_DATA += mpi/help-mpi-api.txt
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user