aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/chapters
diff options
context:
space:
mode:
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>2012-08-14 11:05:57 +0300
committerGuido Günther <agx@sigxcpu.org>2012-08-22 10:23:09 +0200
commitf0d4b0d163408be76cfd99c98715b47044bbdfe4 (patch)
tree0dbf9d73c4b4805f63305b634e31b7133c5a2426 /docs/chapters
parent678f85f9b9bdc88348e98684d4344bdfa1b0d61b (diff)
docs: make refentry ids of manpages more consistent
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'docs/chapters')
-rw-r--r--docs/chapters/building.sgml4
-rw-r--r--docs/chapters/cfgfile.sgml2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/chapters/building.sgml b/docs/chapters/building.sgml
index c6e959d3..5005416a 100644
--- a/docs/chapters/building.sgml
+++ b/docs/chapters/building.sgml
@@ -87,7 +87,7 @@ export-dir=../build-area
<title>Running lintian</title>
<para>&git-buildpackage; exports several variables into the
<option>posttag</option>'s environment (for details see the <xref
- linkend="gbp.man.git.buildpackage">).
+ linkend="man.git.buildpackage">).
To invoke &lintian; we need to tell it where to find the changes file:
<programlisting>
<command>git-buildpackage</command> <option>--git-postbuild</option>=<replaceable>'lintian $GBP_CHANGES_FILE'</replaceable>
@@ -155,7 +155,7 @@ echo "done."
<title>Running postexport hook</title>
<para>&git-buildpackage; exports several variables into the
<option>postexport</option>'s environment (for details see
- the <xref linkend="gbp.man.git.buildpackage">). The motivation
+ the <xref linkend="man.git.buildpackage">). The motivation
for the postexport action is to allow further adjustment of
the sources prior to building the package. A typical use case
scenario is to allow creating multiple source and binary
diff --git a/docs/chapters/cfgfile.sgml b/docs/chapters/cfgfile.sgml
index cb9bd5e0..1cbe0b7d 100644
--- a/docs/chapters/cfgfile.sgml
+++ b/docs/chapters/cfgfile.sgml
@@ -91,6 +91,6 @@ upstream-branch=notdfsgclean
git-log=--no-merges
</programlisting>
<para>
-For more details see the <xref linkend="gbp.man.gbp.conf"> manual page.
+For more details see the <xref linkend="man.gbp.conf"> manual page.
</para>
</chapter>