}
else {
# make sure this Makefile can not be used to make a dist
- # (without the author includes there are no sanity checks)
+ # (without the author includes there are no meta cleanup, no sanity checks, etc)
postamble <<EOP;
.PHONY: nonauthor_stop_distdir_creation
create_distdir: nonauthor_stop_distdir_creation
# and simply appends them on *LAST*-come *FIRST*-serve basis.
# This allows us to inject extra depenencies for standard EUMM targets
+print "Removing MANIFEST, will regenerate on next `make dist(dir)`\n";
unlink 'MANIFEST';
# preamble. so that the manifest target is first, hence executes last