Makefiles: Define dist_man_MANS before trying to add to it.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 25 Jan 2012 18:32:24 +0000 (10:32 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 25 Jan 2012 18:32:24 +0000 (10:32 -0800)
commit3039501eeeb280c2bd6dae91a9471f8372c52698
tree4bcc3886dff71b13973a908781b77c9855d3667d
parent85ea1ce025e8c3c6225c4b7ef78786d0707f3963
Makefiles: Define dist_man_MANS before trying to add to it.

Fixes Automake complaint:
utilities/automake.mk:2: dist_man_MANS must be set with `=' before using `+='

Reported-by: John Darrington <john@darrington.wattle.id.au>
Makefile.am