From 566708902aef029b9c93f90b094419cadf8ae8bf Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Mon, 28 Apr 2008 23:26:58 +0200 Subject: [PATCH] Rename the gitlink:[] AsciiDoc macro to manpage:[] It breaks for AsciiDoc version 8.2.3. --- asciidoc.conf | 4 ++-- manual.txt | 4 ++-- tig.1.txt | 4 ++-- tigrc.5.txt | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/asciidoc.conf b/asciidoc.conf index 7b4a5ab..90fdb6a 100644 --- a/asciidoc.conf +++ b/asciidoc.conf @@ -1,5 +1,5 @@ ifdef::backend-docbook[] -[gitlink-inlinemacro] +[manpage-inlinemacro] {0%{target}} {0#} {0#{target}{0}} @@ -7,7 +7,7 @@ ifdef::backend-docbook[] endif::backend-docbook[] ifdef::backend-xhtml11[] -[gitlink-inlinemacro] +[manpage-inlinemacro] {target}{0?({0})} endif::backend-xhtml11[] diff --git a/manual.txt b/manual.txt index f157a09..3157eb3 100644 --- a/manual.txt +++ b/manual.txt @@ -527,8 +527,8 @@ References and Related Tools Manpages: - - gitlink:tig[1] - - gitlink:tigrc[5] + - manpage:tig[1] + - manpage:tigrc[5] Online resources: diff --git a/tig.1.txt b/tig.1.txt index ee96a97..6a7e266 100644 --- a/tig.1.txt +++ b/tig.1.txt @@ -135,7 +135,7 @@ TIG_BLOB_CMD:: FILES ----- '~/.tigrc':: - User configuration file. See gitlink:tigrc[5] for examples. + User configuration file. See manpage:tigrc[5] for examples. '{sysconfdir}/tigrc':: System wide configuration file. @@ -158,7 +158,7 @@ the Free Software Foundation; either version 2 of the License, or SEE ALSO -------- -gitlink:tigrc[5], git(7), cogito(7), as well as other git repository browsers: +manpage:tigrc[5], git(7), cogito(7), as well as other git repository browsers: gitk(1), qgit(1), gitview(1). Online resources: diff --git a/tigrc.5.txt b/tigrc.5.txt index 92ea256..00fd186 100644 --- a/tigrc.5.txt +++ b/tigrc.5.txt @@ -438,4 +438,4 @@ Licensed under the terms of the GNU General Public License. SEE ALSO -------- -gitlink:tig[1] and the http://jonas.nitro.dk/tig/manual.html[tig manual]. +manpage:tig[1] and the http://jonas.nitro.dk/tig/manual.html[tig manual]. -- 2.32.0.93.g670b81a890