Merge pull request #1 from ahyattdev/darling

Install manpages
This commit is contained in:
Luboš Doležel 2016-11-22 19:10:24 +01:00 committed by GitHub
commit fd797b9480
3 changed files with 33 additions and 0 deletions

View File

@ -143,3 +143,34 @@ if (NOT DARLING_NO_EXECUTABLES)
DESTINATION libexec/darling/usr/bin)
endif (NOT DARLING_NO_EXECUTABLES)
set(man1
contrib/shar/shar.1
doc/man/bsdcpio.1
symlinks/cpio.1
doc/man/bsdtar.1
symlinks/tar.1
)
install(FILES ${man1} DESTINATION libexec/darling/usr/share/man/man1)
set(man3
doc/man/archive_entry.3
doc/man/archive_read.3
doc/man/archive_read_disk.3
doc/man/archive_util.3
doc/man/archive_write.3
doc/man/archive_write_disk.3
doc/man/libarchive.3
doc/man/libarchive_internals.3
)
install(FILES ${man3} DESTINATION libexec/darling/usr/share/man/man3)
set(man5
doc/man/cpio.5
doc/man/libarchive-formats.5
doc/man/mtree.5
doc/man/tar.5
)
install(FILES ${man5} DESTINATION libexec/darling/usr/share/man/man5)

1
libarchive/symlinks/cpio.1 Symbolic link
View File

@ -0,0 +1 @@
bsdcpio.1

1
libarchive/symlinks/tar.1 Symbolic link
View File

@ -0,0 +1 @@
bsdtar.1