mirror of
https://github.com/polybar/polybar.git
synced 2026-03-01 13:50:06 +00:00
doc: Exclude .buildinfo file from installation
The file contains information about the build itself (hashed) and is not really useful.
This commit is contained in:
committed by
Patrick Ziegler
parent
0cfdd88ad0
commit
ca8fbe5c86
@ -50,7 +50,8 @@ add_custom_target(doc ALL DEPENDS ${doc_targets})
|
||||
|
||||
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html/
|
||||
DESTINATION ${CMAKE_INSTALL_DOCDIR}
|
||||
COMPONENT doc)
|
||||
COMPONENT doc
|
||||
PATTERN ".buildinfo" EXCLUDE)
|
||||
|
||||
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/man/polybar.1
|
||||
DESTINATION ${CMAKE_INSTALL_MANDIR}/man1
|
||||
|
||||
Reference in New Issue
Block a user