mirror of
https://github.com/darlinghq/darling-zip.git
synced 2025-02-17 02:07:51 +00:00
Install manpages
This commit is contained in:
parent
217ad87cdd
commit
0414792515
@ -100,3 +100,12 @@ install(TARGETS unzip zipinfo funzip unzipsfx
|
||||
install(PROGRAMS unix/zipgrep
|
||||
DESTINATION libexec/darling/usr/bin)
|
||||
|
||||
install(FILES
|
||||
man/funzip.1
|
||||
man/unzip.1
|
||||
man/unzipsfx.1
|
||||
man/zipgrep.1
|
||||
man/zipinfo.1
|
||||
|
||||
DESTINATION libexec/darling/usr/share/man/man1
|
||||
)
|
||||
|
@ -86,3 +86,11 @@ target_link_libraries(zipsplit z)
|
||||
install(TARGETS zip zipcloak zipnote zipsplit
|
||||
DESTINATION libexec/darling/usr/bin)
|
||||
|
||||
install(FILES
|
||||
man/zip.1
|
||||
man/zipcloak.1
|
||||
man/zipnote.1
|
||||
man/zipsplit.1
|
||||
|
||||
DESTINATION libexec/darling/usr/share/man/man1
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user