diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-07-18 14:28:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-07-18 14:28:55 +0000 |
commit | a0a3b97610fd1de0afb1cc8e83031e9f4298c718 (patch) | |
tree | 36462a3f3896c7ba3f945053c0af3671860eab53 /eclass | |
parent | Add support for @ROFF (idea from Ulrich Müller), and escape any leading . ch... (diff) | |
download | gentoo-2-a0a3b97610fd1de0afb1cc8e83031e9f4298c718.tar.gz gentoo-2-a0a3b97610fd1de0afb1cc8e83031e9f4298c718.tar.bz2 gentoo-2-a0a3b97610fd1de0afb1cc8e83031e9f4298c718.zip |
use new @ROFF escape for inlining roff macros #420153
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/elisp-common.eclass | 8 | ||||
-rw-r--r-- | eclass/xemacs-elisp-common.eclass | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index 387c1c65149a..b74630b7df18 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.80 2012/04/27 19:51:52 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.81 2012/07/18 14:28:55 vapier Exp $ # # @ECLASS: elisp-common.eclass # @MAINTAINER: @@ -41,7 +41,7 @@ # known to fail with lower Emacs versions; the standard case is to # depend on virtual/emacs without version. # -# .SS +# @ROFF .SS # src_compile() usage: # # An elisp file is compiled by the elisp-compile() function defined @@ -60,7 +60,7 @@ # comments. See the Emacs Lisp Reference Manual (node "Autoload") for # a detailed explanation. # -# .SS +# @ROFF .SS # src_install() usage: # # The resulting compiled files (.elc) should be put in a subdirectory of @@ -120,7 +120,7 @@ # "50${PN}-gentoo.el". If your subdirectory is not named ${PN}, give # the differing name as second argument. # -# .SS +# @ROFF .SS # pkg_postinst() / pkg_postrm() usage: # # After that you need to recreate the start-up file of Emacs after diff --git a/eclass/xemacs-elisp-common.eclass b/eclass/xemacs-elisp-common.eclass index c4a74d414caf..fa00da041da6 100644 --- a/eclass/xemacs-elisp-common.eclass +++ b/eclass/xemacs-elisp-common.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xemacs-elisp-common.eclass,v 1.6 2012/05/19 16:26:10 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xemacs-elisp-common.eclass,v 1.7 2012/07/18 14:28:55 vapier Exp $ # # Copyright 2007-2011 Hans de Graaff <graaff@gentoo.org> # @@ -31,7 +31,7 @@ # to your DEPEND/RDEPEND line and use the functions provided here to bring # the files to the correct locations. # -# .SS +# @ROFF .SS # src_compile() usage: # # An elisp file is compiled by the xemacs-elisp-compile() function @@ -52,7 +52,7 @@ # magic ";;;###autoload" comments. See the XEmacs Lisp Reference Manual # (node "Autoload") for a detailed explanation. # -# .SS +# @ROFF .SS # src_install() usage: # # The resulting compiled files (.elc) should be put in a subdirectory |