Skip to content

Commit ae23b26

Browse files
committed
CDRIVER-2854 install package-level documentation
1 parent 90c4b9e commit ae23b26

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,10 @@ if (ENABLE_MONGOC)
381381

382382
endif ()
383383

384+
install (FILES COPYING NEWS README.rst THIRD_PARTY_NOTICES
385+
DESTINATION ${CMAKE_INSTALL_DATADIR}/mongo-c-driver
386+
)
387+
384388
if (ENABLE_UNINSTALL)
385389
if (WIN32)
386390
if (ENABLE_MONGOC)

debian/libmongoc-1.0-0.docs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
debian/tmp/usr/share/mongo-c-driver/COPYING
2+
debian/tmp/usr/share/mongo-c-driver/NEWS
3+
debian/tmp/usr/share/mongo-c-driver/README.rst
4+
debian/tmp/usr/share/mongo-c-driver/THIRD_PARTY_NOTICES

0 commit comments

Comments
 (0)