At present, the eclass-to-manpage.awk conversion script supports an escape mechanism via the @ROFF tag, which allows to write groff commands in eclass documentation. This makes direct conversion of eclass documentation to any other format than a man page close to impossible, because processing with groff is required. The following series of commits will replace or remove all @ROFF tags from eclass documentation. The conversion script was already updated: https://github.com/mgorny/eclass-to-manpage/commit/2be88fd421c7549f659439a287bbb849418a3a3e Ulrich Müller (3): eapi7-ver.eclass: Replace @ROFF in eclass documentation. elisp-common.eclass: Replace @ROFF in eclass documentation. savedconfig.eclass: Remove @ROFF from eclass documentation. eclass/eapi7-ver.eclass | 8 +++----- eclass/elisp-common.eclass | 14 +++++--------- eclass/savedconfig.eclass | 20 ++++++++++---------- 3 files changed, 18 insertions(+), 24 deletions(-) -- 2.25.1