+2017-03-14 Mathieu Lirzin <mthl@gnu.org>
+
+ gnulib-tool: don't automatically distribute files from top/
+ * gnulib-tool (func_get_automake_snippet_unconditional): To be able to
+ not distribute top/README-release by default, don't distribute files
+ from top/ unconditionally.
+ * modules/gnumakefile (Makefile.am): Distribute top/GNUmakefile.
+ * modules/maintainer-makefile (Makefile.am): Distribute top/maint.mk.
+
2017-03-14 Paul Eggert <eggert@cs.ucla.edu>
gnulib-tool: fix typo in comment output
echo "EXTRA_DIST += "`echo "$buildaux_files" | sed -e "$sed_prepend_auxdir"`
echo
fi
- # Synthesize an EXTRA_DIST augmentation also for the files from top/.
- func_filter_filelist top_files "$nl" "$all_files" 'top/' '' 'top/' ''
- if test -n "$top_files"; then
- sed_prepend_topdir='s,^,$(top_srcdir)/,'
- echo "EXTRA_DIST += "`echo "$top_files" | sed -e "$sed_prepend_topdir"`
- echo
- fi
;;
esac
}
[GNUmakefile=$GNUmakefile])])
Makefile.am:
+EXTRA_DIST += $(top_srcdir)/GNUmakefile
distclean-local: clean-GNUmakefile
clean-GNUmakefile:
test '$(srcdir)' = . || rm -f $(top_builddir)/GNUmakefile
[AC_SUBST([CONFIG_INCLUDE], m4_defn([AH_HEADER]))])])
AC_REQUIRE([AC_PROG_SED])
+Makefile.am:
+EXTRA_DIST += $(top_srcdir)/maint.mk
+
License:
GPLed build tool