Commit 566708902aef029b9c93f90b094419cadf8ae8bf
- Date: Mon Apr 28 21:26:58 +0000 2008
- Committer: Jonas Fonseca (fonseca@diku.dk)
- Author: Jonas Fonseca (fonseca@diku.dk)
- Commit SHA1: 566708902aef029b9c93f90b094419cadf8ae8bf
- Tree SHA1: ef5e3eae647a991542739d73f224f1a49eb98803
Rename the gitlink:[] AsciiDoc macro to manpage:[]
It breaks for AsciiDoc version 8.2.3.
Commit diff
| |   |
| 1 | 1 | ifdef::backend-docbook[] |
| 2 | | [gitlink-inlinemacro] |
| 2 | [manpage-inlinemacro] |
| 3 | 3 | {0%{target}} |
| 4 | 4 | {0#<citerefentry>} |
| 5 | 5 | {0#<refentrytitle>{target}</refentrytitle><manvolnum>{0}</manvolnum>} |
| … | … | |
| 7 | 7 | endif::backend-docbook[] |
| 8 | 8 | |
| 9 | 9 | ifdef::backend-xhtml11[] |
| 10 | | [gitlink-inlinemacro] |
| 10 | [manpage-inlinemacro] |
| 11 | 11 | <a href="{target}{0?.{0}}.html">{target}{0?({0})}</a> |
| 12 | 12 | endif::backend-xhtml11[] |
| 13 | 13 | |
| toggle raw diff |
--- a/asciidoc.conf
+++ b/asciidoc.conf
@@ -1,5 +1,5 @@
ifdef::backend-docbook[]
-[gitlink-inlinemacro]
+[manpage-inlinemacro]
{0%{target}}
{0#<citerefentry>}
{0#<refentrytitle>{target}</refentrytitle><manvolnum>{0}</manvolnum>}
@@ -7,7 +7,7 @@ ifdef::backend-docbook[]
endif::backend-docbook[]
ifdef::backend-xhtml11[]
-[gitlink-inlinemacro]
+[manpage-inlinemacro]
<a href="{target}{0?.{0}}.html">{target}{0?({0})}</a>
endif::backend-xhtml11[]
|
| |   |
| 527 | 527 | |
| 528 | 528 | Manpages: |
| 529 | 529 | |
| 530 | | - gitlink:tig[1] |
| 531 | | - gitlink:tigrc[5] |
| 530 | - manpage:tig[1] |
| 531 | - manpage:tigrc[5] |
| 532 | 532 | |
| 533 | 533 | Online resources: |
| 534 | 534 | |
| toggle raw diff |
--- 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:
|
| |   |
| 135 | 135 | FILES |
| 136 | 136 | ----- |
| 137 | 137 | '~/.tigrc':: |
| 138 | | User configuration file. See gitlink:tigrc[5] for examples. |
| 138 | User configuration file. See manpage:tigrc[5] for examples. |
| 139 | 139 | |
| 140 | 140 | '{sysconfdir}/tigrc':: |
| 141 | 141 | System wide configuration file. |
| … | … | |
| 158 | 158 | SEE ALSO |
| 159 | 159 | -------- |
| 160 | 160 | |
| 161 | | gitlink:tigrc[5], git(7), cogito(7), as well as other git repository browsers: |
| 161 | manpage:tigrc[5], git(7), cogito(7), as well as other git repository browsers: |
| 162 | 162 | gitk(1), qgit(1), gitview(1). |
| 163 | 163 | |
| 164 | 164 | Online resources: |
| toggle raw diff |
--- 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: |
| |   |
| 438 | 438 | |
| 439 | 439 | SEE ALSO |
| 440 | 440 | -------- |
| 441 | | gitlink:tig[1] and the http://jonas.nitro.dk/tig/manual.html[tig manual]. |
| 441 | manpage:tig[1] and the http://jonas.nitro.dk/tig/manual.html[tig manual]. |
| toggle raw diff |
--- 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]. |