commit: 6bf56bbc7505c5302bac82864c43377ef9b2e28a Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Mon Aug 15 14:09:10 2016 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Aug 15 14:09:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bf56bbc
app-portage/eclass-manpages: add a note about @DEAD Package-Manager: portage-2.3.0_p16 app-portage/eclass-manpages/files/eclass-to-manpage.awk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-portage/eclass-manpages/files/eclass-to-manpage.awk b/app-portage/eclass-manpages/files/eclass-to-manpage.awk index 78dd0a6..a6af1ba 100644 --- a/app-portage/eclass-manpages/files/eclass-to-manpage.awk +++ b/app-portage/eclass-manpages/files/eclass-to-manpage.awk @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -53,6 +53,9 @@ # <required; blurb about this variable> # foo="<default value>" +# Disable manpage generation: +# @DEAD + # Common features: # @CODE # In multiline paragraphs, you can create chunks of unformatted
