summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0c7a00a)
raw | patch | inline | side by side (parent: 0c7a00a)
author | Jonas Fonseca <fonseca@diku.dk> | |
Mon, 28 Apr 2008 21:26:58 +0000 (23:26 +0200) | ||
committer | Jonas 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 | patch | blob | history | |
manual.txt | patch | blob | history | |
tig.1.txt | patch | blob | history | |
tigrc.5.txt | patch | blob | history |
diff --git a/asciidoc.conf b/asciidoc.conf
index 7b4a5ab1222b47137cbd3ce6b5ab35e66cfce89b..90fdb6ad71cc437f0cce15d77d879fd2ba200cb3 100644 (file)
--- a/asciidoc.conf
+++ b/asciidoc.conf
ifdef::backend-docbook[]
-[gitlink-inlinemacro]
+[manpage-inlinemacro]
{0%{target}}
{0#<citerefentry>}
{0#<refentrytitle>{target}</refentrytitle><manvolnum>{0}</manvolnum>}
endif::backend-docbook[]
ifdef::backend-xhtml11[]
-[gitlink-inlinemacro]
+[manpage-inlinemacro]
<a href="{target}{0?.{0}}.html">{target}{0?({0})}</a>
endif::backend-xhtml11[]
diff --git a/manual.txt b/manual.txt
index f157a09f23e225ce9867e70a71eb5f698529cb28..3157eb3949b250302d01b2f09ba384441ec51467 100644 (file)
--- a/manual.txt
+++ b/manual.txt
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 ee96a97b3277491e0490ece12789376b8e009c96..6a7e266332ffcff9cb0c0b586b4781a246d9e3ce 100644 (file)
--- a/tig.1.txt
+++ b/tig.1.txt
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.
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 92ea256c4e38ad597c145b7e16a1f5fe96578d9e..00fd186d22f26b66ae5f5a849c73c1ec39101629 100644 (file)
--- a/tigrc.5.txt
+++ b/tigrc.5.txt
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].