Message ID | 2a1f628e-bc6c-2654-5416-95e8911731f2@suse.de (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Ooops. I need to fix the spec files for this to work. Le 25/08/2017 à 08:18, Nicolas Morey-Chaisemartin a écrit : > udev.md is referenced by rdma-hw,target and rdma-load-modules@.service > and needs to be installed. > > Signed-off-by: Nicolas Morey-Chaisemartin <NMoreyChaisemartin@suse.com> > --- > Documentation/CMakeLists.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/CMakeLists.txt b/Documentation/CMakeLists.txt > index 6170b5f2..d6e08ded 100644 > --- a/Documentation/CMakeLists.txt > +++ b/Documentation/CMakeLists.txt > @@ -5,6 +5,7 @@ install(FILES > libibverbs.md > librdmacm.md > rxe.md > + udev.md > ../README.md > ../MAINTAINERS > DESTINATION "${CMAKE_INSTALL_DOCDIR}") -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/CMakeLists.txt b/Documentation/CMakeLists.txt index 6170b5f2..d6e08ded 100644 --- a/Documentation/CMakeLists.txt +++ b/Documentation/CMakeLists.txt @@ -5,6 +5,7 @@ install(FILES libibverbs.md librdmacm.md rxe.md + udev.md ../README.md ../MAINTAINERS DESTINATION "${CMAKE_INSTALL_DOCDIR}")
udev.md is referenced by rdma-hw,target and rdma-load-modules@.service and needs to be installed. Signed-off-by: Nicolas Morey-Chaisemartin <NMoreyChaisemartin@suse.com> --- Documentation/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+)