Fix broken xrefs
authorGuido Günther <agx@sigxcpu.org>
Sun, 30 Jun 2013 21:37:43 +0000 (23:37 +0200)
committerGuido Günther <agx@sigxcpu.org>
Sun, 30 Jun 2013 21:53:58 +0000 (23:53 +0200)
docs/chapters/building.sgml
docs/manpages/gbp-buildpackage.sgml
docs/manpages/gbp-dch.sgml
docs/manpages/gbp-import-dsc.sgml
docs/manpages/gbp-import-dscs.sgml
docs/manpages/gbp-import-orig.sgml
docs/manpages/gbp.conf.sgml

index 30296721561e0b6c0c5c42299ed5492c52fc63bc..495b58504ea89b89e3c5f79be045d5c099a4185b 100644 (file)
@@ -87,7 +87,7 @@ export-dir=../build-area
     <title>Running lintian</title>
        <para>&gbp-buildpackage; exports several variables into the
        <option>posttag</option>'s environment (for details see the <xref
-       linkend="man.git.buildpackage">).
+       linkend="man.gbp.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>&gbp-buildpackage; exports several variables into the
        <option>postexport</option>'s environment (for details see
-       the <xref linkend="man.git.buildpackage">). The motivation
+       the <xref linkend="man.gbp.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
index c7fc528cb8aace0aba54d6345fd4ef525afb7c57..a7049399fb7d0c979c4da2e912238f7b8819ea51 100644 (file)
@@ -1,4 +1,4 @@
-<refentry id="man.git.buildpackage">
+<refentry id="man.gbp.buildpackage">
   <refentryinfo>
     <address>
       &dhemail;
index 96e42f55b2dcb6282a6bfd20cd218a201b7e716e..177f45dd7d16e7f3133baff92c49a6fd868c9724 100644 (file)
@@ -1,4 +1,4 @@
-<refentry id="man.git.dch">
+<refentry id="man.gbp.dch">
   <refentryinfo>
     <address>
       &dhemail;
index 52d8d43402b35833c6c8fed6ab8faaac375b5a79..192b521e08a2de12867af8d0b6f53047a65eed66 100644 (file)
@@ -1,4 +1,4 @@
-<refentry id="man.git.import.dsc">
+<refentry id="man.gbp.import.dsc">
   <refentryinfo>
     <address>
       &dhemail;
index b494e2947ee16c4e678228a0085f1745fd4d480e..71ae883a78502f9e7c920bf75aae9d1c48dcd87b 100644 (file)
@@ -1,4 +1,4 @@
-<refentry id="man.git.import.dscs">
+<refentry id="man.gbp.import.dscs">
   <refentryinfo>
     <address>
       &dhemail;
index 2a2e015cd5814f4ef6059478610bc8952d804d3c..084aca4ecc8d4a07df56483af7a0fe1a5e5045e1 100644 (file)
@@ -1,4 +1,4 @@
-<refentry id="man.git.import.orig">
+<refentry id="man.gbp.import.orig">
   <refentryinfo>
     <address>
       &dhemail;
index 4ffa116c1e4b42e8623ef633303724b5ce091be2..535ea17eef27df572ea29e8b92470f9c2f1606f5 100644 (file)
@@ -72,7 +72,7 @@ For backwards compatibility sections starting with <filename>git-</filename> or
 <para>
 
 <option>key=value</option> pairs of the command sections reflect the command line
-options and their settings. For example <xref linkend="man.git.buildpackage">
+options and their settings. For example <xref linkend="man.gbp.buildpackage">
 manualpage contains the <option>--git-export-dir</option>=<parameter>diirectory</parameter>
 option which can be turned into configuration file setting by dropping the
 <option>--git</option> prefix with:
@@ -85,7 +85,7 @@ option which can be turned into configuration file setting by dropping the
 
 <para>
 Notice that some option are actually repeatable, or take Python lists.
-For example the <xref linkend="man.git.import.orig"> commmand has the
+For example the <xref linkend="man.gbp.import.orig"> commmand has the
 <option>--filter</option>=<parameter>pattern</parameter> option which can
 be truned into a configuration file option like this:
 </para>
@@ -107,7 +107,7 @@ An alternative way is to write it using Python list syntax:
 
 <para>
 Boolean options can bei either <option>True</option> or <option>False</option>. For example
-<xref linkend="man.git.import.orig">; has the <option>--pristine-tar</option> and
+<xref linkend="man.gbp.import.orig">; has the <option>--pristine-tar</option> and
 <option>--no-pristine-tar</option> options which translate to:
 </para>
 <programlisting>