mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-20 18:50:08 +03:00
cmake: Don't install meson build scripts in documentation
Add meson.build files as exclusions
This commit is contained in:
parent
28b9bb0309
commit
600c6ca4bc
@ -550,6 +550,7 @@ install(FILES doc/xmlcatalog.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 COMPONEN
|
||||
install(FILES doc/xmllint.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 COMPONENT documentation)
|
||||
install(DIRECTORY doc/ DESTINATION ${CMAKE_INSTALL_DOCDIR} COMPONENT documentation
|
||||
PATTERN "Makefile.*" EXCLUDE
|
||||
PATTERN "meson.build" EXCLUDE
|
||||
PATTERN "*.1" EXCLUDE
|
||||
PATTERN "*.py" EXCLUDE
|
||||
PATTERN "*.res" EXCLUDE
|
||||
|
Loading…
x
Reference in New Issue
Block a user