Re: dist target and bin_SCRIPTS

2003-09-26 Thread Alexandre Duret-Lutz
Magnus == Magnus Therning [EMAIL PROTECTED] writes: Magnus Sorry if this has been brought up before. Magnus This behaviour is a bit odd to me: Magnus bin_SCRIPTS = my_script Magnus will not get 'my_script' included in the Magnus dist-tarball. This is expected. If instead you use

dist target and bin_SCRIPTS

2003-09-25 Thread Magnus Therning
Sorry if this has been brought up before. This behaviour is a bit odd to me: bin_SCRIPTS = my_script will not get 'my_script' included in the dist-tarball. I needed to add a EXTRA_DIST = my_script as well. I couldn't find this behaviour documented anywhere, and a quick search on Google didn't