mirror of
https://github.com/altlinux/admc.git
synced 2025-01-03 09:17:53 +03:00
rename "doc" folder to "share"
This commit is contained in:
parent
941f9af4f4
commit
fcc4a1f819
@ -44,7 +44,7 @@ add_subdirectory(src)
|
||||
if(NOT ADMC_BUILD_DEB)
|
||||
add_subdirectory(tests)
|
||||
endif(NOT ADMC_BUILD_DEB)
|
||||
add_subdirectory(doc)
|
||||
add_subdirectory(share)
|
||||
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/CHANGELOG.txt
|
||||
${CMAKE_CURRENT_BINARY_DIR} COPYONLY)
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
install(FILES ${PROJECT_SOURCE_DIR}/doc/admc.1
|
||||
install(FILES ${PROJECT_SOURCE_DIR}/share/admc.1
|
||||
DESTINATION ${CMAKE_INSTALL_MANDIR}/man1/
|
||||
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)
|
||||
|
Loading…
Reference in New Issue
Block a user