diff options
Diffstat (limited to 'textproc/libxml2/files/extra-patch-docs')
-rw-r--r-- | textproc/libxml2/files/extra-patch-docs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/libxml2/files/extra-patch-docs b/textproc/libxml2/files/extra-patch-docs new file mode 100644 index 000000000000..c571d9b8184e --- /dev/null +++ b/textproc/libxml2/files/extra-patch-docs @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2022-02-22 00:19:24 UTC ++++ CMakeLists.txt +@@ -650,7 +650,7 @@ endif() + install(FILES libxml.3 DESTINATION ${CMAKE_INSTALL_MANDIR}/man3 COMPONENT documentation) + install(FILES doc/xmlcatalog.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 COMPONENT documentation) + install(FILES doc/xmllint.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 COMPONENT documentation) +-install(DIRECTORY doc/ DESTINATION ${CMAKE_INSTALL_DATADIR}/doc/libxml2 COMPONENT documentation PATTERN Makefile.* EXCLUDE) ++#install(DIRECTORY doc/ DESTINATION ${CMAKE_INSTALL_DATADIR}/doc/libxml2 COMPONENT documentation PATTERN Makefile.* EXCLUDE) + + configure_package_config_file( + libxml2-config.cmake.cmake.in libxml2-config.cmake |