hdf5.build: use function em.set_docfiles() to set files going to installed in the doc-directory of the module

This commit is contained in:
2014-07-16 17:13:49 +02:00
parent 0b97f07b88
commit 0f5cb8fbe1

View File

@@ -20,17 +20,14 @@ function em.configure() {
|| exit 1
}
function em.install_doc() {
install -m 0444 \
ACKNOWLEDGMENTS \
COPYING \
MANIFEST \
README.txt \
"${DOCDIR}"
}
em.add_to_family 'MPI'
em.set_runtime_dependencies "${COMPILER}" "${MPI}"
em.set_build_dependencies "${COMPILER}" "${MPI}"
em.set_docfiles \
ACKNOWLEDGMENTS \
COPYING \
MANIFEST \
README.txt \
em.make_all