mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 10:21:01 +03:00
6 lines
115 B
Makefile
6 lines
115 B
Makefile
|
man_MANS = splat.1
|
||
|
EXTRA_DIST = $(man_MANS)
|
||
|
|
||
|
install-data-local:
|
||
|
$(INSTALL) -d -m 0755 "$(DESTDIR)$(mandir)/man1"
|