bug#14245: nobase_foo_DATA vs nobase_dist_foo_DATA

2022-01-19 Thread Mike Frysinger
close 14245 ! thankyou On Tue, 23 Apr 2013 15:30:17 +0900, Daiki Ueno wrote: > With Automake master and 1.12.2, if Makefile.am has: > > nobase_foo_DATA = sub/nodist.dat > nobase_dist_foo_DATA = sub/dist.dat > > sub/dist.dat is not packed in the distribution. I doubt this is a bug, > but the o

bug#14245: nobase_foo_DATA vs nobase_dist_foo_DATA

2013-04-22 Thread Daiki Ueno
Hi, With Automake master and 1.12.2, if Makefile.am has: nobase_foo_DATA = sub/nodist.dat nobase_dist_foo_DATA = sub/dist.dat sub/dist.dat is not packed in the distribution. I doubt this is a bug, but the opposite use of dist_ and nobase_: dist_bar_DATA = sub/base.dat nobase_dist_bar_D