- If an alternate installation directory is specified by hand,
however, no shebang will be added, because that file is likely
to be used as a module or some other sort of loadable code.
- This is mostly a temporary workaround, because we need to be
more specific about what files need to receive a shebang and
what other files do not. auto[$target] could do the
distinction, though, but additional variables could be
preferable.
- 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.