From c21b30a9d46011b685fc146fb910a9b1617b7724 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sun, 22 Aug 2010 08:17:48 +0000 Subject: Update documentation in elisp.eclass. svn path=/emacs-overlay/; revision=1506 --- eclass/ChangeLog | 4 ++++ eclass/elisp.eclass | 5 +++++ 2 files changed, 9 insertions(+) (limited to 'eclass') diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 4ffbdad..79b9ad8 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,3 +1,7 @@ +2010-08-22 Ulrich Mueller + + * elisp.eclass: Update documentation. + 2010-07-21 Ulrich Mueller * elisp-common.eclass (elisp-site-regen): The nullglob shell diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index 3843644..151c3b5 100644 --- a/eclass/elisp.eclass +++ b/eclass/elisp.eclass @@ -28,17 +28,20 @@ # ${PN}.el in src_unpack(). # @ECLASS-VARIABLE: NEED_EMACS +# @DEFAULT_UNSET # @DESCRIPTION: # If you need anything different from Emacs 21, use the NEED_EMACS # variable before inheriting elisp.eclass. Set it to the major version # your package uses and the dependency will be adjusted. # @ECLASS-VARIABLE: ELISP_PATCHES +# @DEFAULT_UNSET # @DESCRIPTION: # Any patches to apply after unpacking the sources. Patches are searched # both in ${PWD} and ${FILESDIR}. # @ECLASS-VARIABLE: SITEFILE +# @DEFAULT_UNSET # @DESCRIPTION: # Name of package's site-init file. The filename must match the shell # pattern "[1-8][0-9]*-gentoo.el"; numbers below 10 and above 89 are @@ -46,11 +49,13 @@ # in most cases. # @ECLASS-VARIABLE: ELISP_TEXINFO +# @DEFAULT_UNSET # @DESCRIPTION: # Space separated list of Texinfo sources. Respective GNU Info files # will be generated in src_compile() and installed in src_install(). # @ECLASS-VARIABLE: DOCS +# @DEFAULT_UNSET # @DESCRIPTION: # DOCS="blah.txt ChangeLog" is automatically used to install the given # files by dodoc in src_install(). -- cgit v1.2.3-65-gdbad