util-linux/man-common
Mario Blättermann 61459fe4a4 po-man: Move Po4a config file and translation template to po-man 2021-03-29 18:21:17 +02:00
..
Makemodule.am build-sys: add man-common/Makemodule.am 2021-03-26 14:21:36 +01:00
README Asciidoc: Import rtcwake.8.in 2021-03-13 22:55:02 +01:00
bugreports.adoc Add asciidoc man pages and some include files 2021-03-11 18:38:46 +01:00
footer-config.adoc Add asciidoc man pages and some include files 2021-03-11 18:38:46 +01:00
footer-lib.adoc Add asciidoc man pages and some include files 2021-03-11 18:38:46 +01:00
footer.adoc Add asciidoc man pages and some include files 2021-03-11 18:38:46 +01:00
manpage-stub.adoc Add asciidoc man pages and some include files 2021-03-11 18:38:46 +01:00
translation.adoc Add asciidoc man pages and some include files 2021-03-11 18:38:46 +01:00

README

To get the groff version from an asciidoc man page (example for a dummy man page filename.1.adoc): 

asciidoctor -b manpage \
            -a release-version=2.37 \
            -a adjtime_path=/etc/adjtime \
            -D output_directory \
            filename.1.adoc
            
"-a release-version" is applicable to all man pages; "-a adjtime_path" is for sys-utils/rtcwake.8.

The headers of the asciidoc files already contain relative paths to the files in man-common.