"Stephen J. Turnbull" <stephen(a)xemacs.org> writes:
Maybe what should be done is to have a Maintainers.values make
include
file as a sibling of XEmacs.rules, which would contain a list of
assignments like
EDICT_MAINTAINER = Stephen J. Turnbull <stephen(a)xemacs.org>
mule-ucs_MAINTAINER = Stephen J. Turnbull <stephen(a)xemacs.org>
and XEmacs.rules could do
include Maintainers.values
MAINTAINER = $($(PACKAGE)_MAINTAINER)
And perhaps a target
maintainer:
ļ¼ echo $(MAINTAINER)
The FreeBSD ports system has one which allows you to extract the
maintainer if you wanted to send patches by him or something.
norbert.