Code

Rename the gitlink:[] AsciiDoc macro to manpage:[]
authorJonas Fonseca <fonseca@diku.dk>
Mon, 28 Apr 2008 21:26:58 +0000 (23:26 +0200)
committerJonas Fonseca <fonseca@diku.dk>
Mon, 28 Apr 2008 21:26:58 +0000 (23:26 +0200)
It breaks for AsciiDoc version 8.2.3.

asciidoc.conf
manual.txt
tig.1.txt
tigrc.5.txt

index 7b4a5ab1222b47137cbd3ce6b5ab35e66cfce89b..90fdb6ad71cc437f0cce15d77d879fd2ba200cb3 100644 (file)
@@ -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[]
 
index f157a09f23e225ce9867e70a71eb5f698529cb28..3157eb3949b250302d01b2f09ba384441ec51467 100644 (file)
@@ -527,8 +527,8 @@ References and Related Tools
 
 Manpages:
 
- - gitlink:tig[1]
- - gitlink:tigrc[5]
+ - manpage:tig[1]
+ - manpage:tigrc[5]
 
 Online resources:
 
index ee96a97b3277491e0490ece12789376b8e009c96..6a7e266332ffcff9cb0c0b586b4781a246d9e3ce 100644 (file)
--- 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:
index 92ea256c4e38ad597c145b7e16a1f5fe96578d9e..00fd186d22f26b66ae5f5a849c73c1ec39101629 100644 (file)
@@ -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].