-
VAR.fullname
VAR.shortname
Added new variables, available in package definition files.
VAR.fullname
replaces the oldVAR.name
to make it more explicit,VAR.shortname
contains only the package name, without theVAR.suffix
. -
FUN.desc()
A simple function to customize
OPTS['description']
. It can add an optionaltype
of package (will append(<type>)
to the first line (short description),prolog
(inserted before the long description) and anepilog
(appended at the end of the long description. -
FUN.mapfiles()
A simple function to ease specifying files to include in the package (with the ability to control whether
VAR.suffix
is appended to each destination file using the named argumentappend_suffix
).
-
VAR.name
is deprecated, please useVAR.fullname
instead. -
FUN.mapbins()
is deprecated, please useFUN.mapfiles()
instead. -
The
versionInfo
AA containing all the automatically deduced version information is deprecated, please useversion_info
instead.
Milestone: https://github.com/sociomantic-tsunami/makd/milestone/20?closed=1