- Fix CVE-2023-22652 (RH#2212464) - Fix CVE-2023-30079 (RH#2235236) Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
14 lines
505 B
Diff
14 lines
505 B
Diff
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
|
|
index f1a43c6..3b58d80 100644
|
|
--- a/doc/CMakeLists.txt
|
|
+++ b/doc/CMakeLists.txt
|
|
@@ -17,8 +17,6 @@ if(BUILD_DOCUMENTATION)
|
|
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
|
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)
|