Subject: | Should "{dist.real}clean" targets also remove META.yml and MANIFEST? |
Hi there,
META.yml and MANIFEST files are supposed (by many people) to be
generated when preparing a distribution -- i.e., they may be considered
distribution artifacts. So I would expect that:
1) "distclean" removes META.yml since it's created by "./Build dist"
2) "realclean" removes both.
Otherwise, I'd like to have a special target to do that.
Cheers,
Marco