diff options
author | Levente Polyak <anthraxx@archlinux.org> | 2023-11-26 00:37:47 +0100 |
---|---|---|
committer | Christian Heusel <christian@heusel.eu> | 2024-03-09 02:48:14 +0100 |
commit | 01b6b0849ed098d4d3d8db3591443db3df6aa11b (patch) | |
tree | 47873581a5a7e2d6a8bb464dcfb8a245b13a9ad3 /doc/man/pkgctl-version-upgrade.1.asciidoc | |
parent | 7033554e45cf7dc7072dc6a1ca8a1575f02c2625 (diff) | |
download | devtools-01b6b0849ed098d4d3d8db3591443db3df6aa11b.tar.xz |
doc(man): fix cut off page names by switching to modern asciidoctor
Asciidoc is the old reference implementation in Python, which has some
shortcoming. Specifically we are hitting cut off page names for long
subcommands. Fix this by switching to a more modern implementation named
asciidoctor.
During the migration, get rid of the explicit asciidoc.conf file that
was required to define a linkman macro, which is now supported out of
the box.
Fixes #170
Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
Diffstat (limited to 'doc/man/pkgctl-version-upgrade.1.asciidoc')
-rw-r--r-- | doc/man/pkgctl-version-upgrade.1.asciidoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/pkgctl-version-upgrade.1.asciidoc b/doc/man/pkgctl-version-upgrade.1.asciidoc index 68e6369..044545d 100644 --- a/doc/man/pkgctl-version-upgrade.1.asciidoc +++ b/doc/man/pkgctl-version-upgrade.1.asciidoc @@ -29,8 +29,8 @@ required to track and implement version changes from upstream sources. Configuration ------------- -Uses linkman:nvchecker[1] and a `.nvchecker.toml` file located alongside the -PKGBUILD. Refer to the configuration section in linkman:pkgctl-version[1]. +Uses nvchecker(1) and a `.nvchecker.toml` file located alongside the +PKGBUILD. Refer to the configuration section in pkgctl-version(1). Options ------- @@ -44,7 +44,7 @@ Options See Also -------- -linkman:pkgctl-version[1] -linkman:nvchecker[1] +pkgctl-version(1) +nvchecker(1) include::include/footer.asciidoc[] |