This website requires JavaScript.
Explore
Help
Sign In
c
/
mirror_zfs
Watch
1
Star
0
Fork
0
You've already forked mirror_zfs
mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced
2024-12-28 03:49:38 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a3c1eb7772
mirror_zfs
/
man
/
man1
/
Makefile.am
5 lines
95 B
Makefile
Raw
Normal View
History
Unescape
Escape
Remove incorrect use of EXTRA_DIST for man pages Setting the 'dist_' prefix is the correct way to instruct Automake to include these files in the distribution. The EXTRA_DIST variable is reserved for files which are not covered by the automatic rules. http://www.gnu.org/software/automake/manual/automake.html#Basics Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2014-01-17 23:40:59 +04:00
dist_man_MANS
=
splat.1
Create splat man page The automake templates have been updated to install this man page and the existing packaging was updated to include it. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2013-03-15 23:25:32 +04:00
install-data-local
:
$(
INSTALL
)
-d -m
0755
"
$(
DESTDIR
)
$(
mandir
)
/man1
"
Reference in New Issue
Copy Permalink