You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
5 months ago | |
---|---|---|
.. | ||
Makemodule.am | 5 months ago | |
README.md | 1 year ago | |
bugreports.adoc | 8 months ago | |
colors.adoc | 5 months ago | |
footer-config.adoc | 1 year ago | |
footer-lib.adoc | 1 year ago | |
footer.adoc | 1 year ago | |
help-version.adoc | 5 months ago | |
in-bytes.adoc | 5 months ago | |
manpage-stub.adoc | 5 months ago | |
translation.adoc | 1 year ago |
README.md
Working with the Asciidoc files
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 \
-a docdir=/usr/share/doc \
-a runstatedir=/run \
-D output_directory \
filename.1.adoc
To get the translated versions, add an extra option which includes translation.adoc:
-a translation
The "-a" options are applicable to certain man pages. However, if the mentioned variable is unused, they don't produce an error message.
The footers of the asciidoc files already contain relative paths to the files in man-common.