2022-04-19 07:41:29 +08:00
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
|
|
index f922d5ab..70466bc7 100644
|
|
|
|
--- a/CMakeLists.txt
|
|
|
|
+++ b/CMakeLists.txt
|
2022-12-13 06:34:08 +08:00
|
|
|
@@ -599,15 +599,5 @@ if(LIBXML2_WITH_PYTHON)
|
2022-04-19 07:41:29 +08:00
|
|
|
endif()
|
|
|
|
|
2022-12-13 06:34:08 +08:00
|
|
|
-install(FILES doc/xml2-config.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 COMPONENT documentation)
|
2022-04-19 07:41:29 +08:00
|
|
|
-install(FILES doc/xmlcatalog.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 COMPONENT documentation)
|
|
|
|
-install(FILES doc/xmllint.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 COMPONENT documentation)
|
2022-12-13 06:34:08 +08:00
|
|
|
-install(DIRECTORY doc/ DESTINATION ${CMAKE_INSTALL_DOCDIR} COMPONENT documentation
|
|
|
|
- PATTERN "Makefile.*" EXCLUDE
|
|
|
|
- PATTERN "*.1" EXCLUDE
|
|
|
|
- PATTERN "*.py" EXCLUDE
|
|
|
|
- PATTERN "*.res" EXCLUDE
|
|
|
|
- PATTERN "*.xml" EXCLUDE
|
|
|
|
- PATTERN "*.xsl" EXCLUDE)
|
|
|
|
|
2022-04-19 07:41:29 +08:00
|
|
|
configure_package_config_file(
|
|
|
|
libxml2-config.cmake.cmake.in libxml2-config.cmake
|