- nodist[file] can be used to prevent inclusion of something in the
tarballs, even if it’s a source or something that should normally be
included.
- filename[target] can be used to rename files at installation-time.
- A moonscript module was added.
- Many modules update.
- Some grooming, some deprecated code removed.
- Makefile regenerated.
- This update also allowed to have a somewhat cleaner
support for building libraries. (because the code to generate
the rules for the .o files is common, uh)
- Such automatic rules are hidden from the Makefiles’ “help”
message, as they previously were.
- subdirs are expected to have been broken.
I should really write a real tool to do this job. In, say, C, maybe?