Gentoo Archives: gentoo-dev

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH 0/3] *** SUBJECT HERE ***
Date: Thu, 20 Feb 2020 16:54:12
Message-Id: w6ga75dyzbp.fsf@kph.uni-mainz.de
1 At present, the eclass-to-manpage.awk conversion script supports an
2 escape mechanism via the @ROFF tag, which allows to write groff commands
3 in eclass documentation. This makes direct conversion of eclass
4 documentation to any other format than a man page close to impossible,
5 because processing with groff is required.
6
7 The following series of commits will replace or remove all @ROFF tags
8 from eclass documentation. The conversion script was already updated:
9 https://github.com/mgorny/eclass-to-manpage/commit/2be88fd421c7549f659439a287bbb849418a3a3e
10
11 Ulrich Müller (3):
12 eapi7-ver.eclass: Replace @ROFF in eclass documentation.
13 elisp-common.eclass: Replace @ROFF in eclass documentation.
14 savedconfig.eclass: Remove @ROFF from eclass documentation.
15
16 eclass/eapi7-ver.eclass | 8 +++-----
17 eclass/elisp-common.eclass | 14 +++++---------
18 eclass/savedconfig.eclass | 20 ++++++++++----------
19 3 files changed, 18 insertions(+), 24 deletions(-)
20
21 --
22 2.25.1

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies