fix handling of data files in top level Makefile.am
GoogleCodeExporter opened this issue · 1 comments
GoogleCodeExporter commented
the Makefile.am should read:
dist_man_MANS = stressapptest.1
otherwise, the man page doesn't get installed to the right place
then just omit COPYING altogether as automake will import it correctly by
default. you can verify by running `make distcheck`.
Original issue reported on code.google.com by vapier@gmail.com
on 27 Nov 2012 at 6:51
GoogleCodeExporter commented
Fixed as suggested
Original comment by nick.j.s...@gmail.com
on 11 Feb 2014 at 9:18
- Changed state: Fixed