On Sat, Nov 26, 2011 at 19:05, Stefan <stefanbien...@googlemail.com> wrote: > What fails is, that on make distcheck it looks like the scripts are not > produced. If I do a make before, everything works. > > noinst_SCRIPTS= > if !CRB_NO_RSCRIPTS > noinst_SCRIPTS += sample_distris center 1A center_1A > endif > > CLEANFILES = $(noinst_SCRIPTS) $(noinst_PLOTS) > > EXTRA_DIST = $(noinst_PLOTS) $(noinst_DATA) $(noinst_R)
Perhaps try adding $(noinst_SCRIPTS) to EXTRA_DIST? Just a stab in the dark without looking at the manual... Cheers, Dave Hart