13 lines
447 B
Diff
13 lines
447 B
Diff
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
|
|
index 726183a..8da1f45 100644
|
|
--- a/doc/CMakeLists.txt
|
|
+++ b/doc/CMakeLists.txt
|
|
@@ -18,7 +18,6 @@ if(BUILD_DOCUMENTATION)
|
|
COMMENT "Generating API documentation with Doxygen"
|
|
VERBATIM)
|
|
|
|
- install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html DESTINATION share/doc)
|
|
endif()
|
|
|
|
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/man/libeconf.3 DESTINATION ${CMAKE_INSTALL_MANDIR}/man3)
|