]> granicus.if.org Git - zfs/commit
Remove incorrect use of EXTRA_DIST for man pages
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 17 Jan 2014 19:40:59 +0000 (11:40 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 17 Jan 2014 19:54:22 +0000 (11:54 -0800)
commit4c995417bc4207118eb9ae4848086c89bf1132f7
tree30b0b99a912c2937f8638fce5dc595f77e95fb17
parentd58a99af2f308dde912639c66af7f9c2cb9e8680
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>
man/man1/Makefile.am
man/man5/Makefile.am