summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-08-22 08:17:48 +0000
committerUlrich Müller <ulm@gentoo.org>2010-08-22 08:17:48 +0000
commitc21b30a9d46011b685fc146fb910a9b1617b7724 (patch)
treee620835621e42648dd625f9b32d23ce58351e243 /eclass
parentThe temporary file needs only be removed in the no changes case. (diff)
downloademacs-c21b30a9d46011b685fc146fb910a9b1617b7724.tar.gz
emacs-c21b30a9d46011b685fc146fb910a9b1617b7724.tar.bz2
emacs-c21b30a9d46011b685fc146fb910a9b1617b7724.zip
Update documentation in elisp.eclass.
svn path=/emacs-overlay/; revision=1506
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog4
-rw-r--r--eclass/elisp.eclass5
2 files changed, 9 insertions, 0 deletions
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 <ulm@gentoo.org>
+
+ * elisp.eclass: Update documentation.
+
2010-07-21 Ulrich Mueller <ulm@gentoo.org>
* 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().