Re: Not distributing README-release automatically.

2017-03-14 Thread Jim Meyering
On Tue, Mar 14, 2017 at 11:28 AM, Mathieu Lirzin wrote: ... > Here is an updated patch with a rationale in the ChangeLog: > > Thanks for the review (to both of you). Thank you. I've pushed that.

Re: Not distributing README-release automatically.

2017-03-14 Thread Mathieu Lirzin
Hi, Bruno Haible writes: > Mathieu Lirzin wrote: >> Here is the patch: > > Given the code from gnulib-tool that you are removing, I think: > >> +EXTRA_DIST += top/GNUmakefile > > This should read > >EXTRA_DIST += $(top_srcdir)/GNUmakefile > >> +EXTRA_DIST += top/maint.mk > > This should read

Re: Not distributing README-release automatically.

2017-03-14 Thread Jim Meyering
On Tue, Mar 14, 2017 at 10:34 AM, Bruno Haible wrote: > Mathieu Lirzin wrote: >> Here is the patch: > > Given the code from gnulib-tool that you are removing, I think: > >> +EXTRA_DIST += top/GNUmakefile > > This should read > >EXTRA_DIST += $(top_srcdir)/GNUmakefile > >> +EXTRA_DIST += top/ma

Re: Not distributing README-release automatically.

2017-03-14 Thread Bruno Haible
Mathieu Lirzin wrote: > Here is the patch: Given the code from gnulib-tool that you are removing, I think: > +EXTRA_DIST += top/GNUmakefile This should read EXTRA_DIST += $(top_srcdir)/GNUmakefile > +EXTRA_DIST += top/maint.mk This should read EXTRA_DIST += $(top_srcdir)/maint.mk othe

Re: Not distributing README-release automatically.

2017-03-14 Thread Jim Meyering
gt;>>> --8<---cut here---start->8--- >>>>> if test -n "$top_files"; then >>>>> sed_prepend_topdir='s,^,$(top_srcdir)/,' >>>>> echo "EXTRA_DIST += "`echo "$top_fi

Re: Not distributing README-release automatically.

2017-03-14 Thread Mathieu Lirzin
s"; then >>>> sed_prepend_topdir='s,^,$(top_srcdir)/,' >>>> echo "EXTRA_DIST += "`echo "$top_files" | sed -e >>>> "$sed_prepend_topdir"` >>>> echo >>>> fi >>&g

Re: Not distributing README-release automatically.

2017-03-07 Thread Mathieu Lirzin
f test -n "$top_files"; then >>>> sed_prepend_topdir='s,^,$(top_srcdir)/,' >>>> echo "EXTRA_DIST += "`echo "$top_files" | sed -e >>>> "$sed_prepend_topdir"` >>>> echo >>>

Re: Not distributing README-release automatically.

2017-03-07 Thread Jim Meyering
^,$(top_srcdir)/,' >>> echo "EXTRA_DIST += "`echo "$top_files" | sed -e >>> "$sed_prepend_topdir"` >>> echo >>> fi >>> --8<---cut here---end--->8--- >>> >>

Re: Not distributing README-release automatically.

2017-03-07 Thread Mathieu Lirzin
prepend_topdir"` >> echo >> fi >> --8<---cut here---end--->8--- >> >> IMO we should move the responsability of distributing "top/*" files to >> the module definition instead, and not distributing &quo

Re: Not distributing README-release automatically.

2017-03-06 Thread Jim Meyering
--end------->8--- > > IMO we should move the responsability of distributing "top/*" files to > the module definition instead, and not distributing "README-release" > automatically (like what is done in Coreutils). > > What do people

Not distributing README-release automatically.

2017-03-05 Thread Mathieu Lirzin
)/,' echo "EXTRA_DIST += "`echo "$top_files" | sed -e "$sed_prepend_topdir"` echo fi --8<---cut here---end--->8--- IMO we should move the responsability of distributing "top/*" files to the module definitio