diff options
-rw-r--r-- | docs/chapters/building.sgml | 4 | ||||
-rw-r--r-- | docs/manpages/gbp-buildpackage.sgml | 2 | ||||
-rw-r--r-- | docs/manpages/gbp-dch.sgml | 2 | ||||
-rw-r--r-- | docs/manpages/gbp-import-dsc.sgml | 2 | ||||
-rw-r--r-- | docs/manpages/gbp-import-dscs.sgml | 2 | ||||
-rw-r--r-- | docs/manpages/gbp-import-orig.sgml | 2 | ||||
-rw-r--r-- | docs/manpages/gbp.conf.sgml | 6 |
7 files changed, 10 insertions, 10 deletions
diff --git a/docs/chapters/building.sgml b/docs/chapters/building.sgml index 30296721..495b5850 100644 --- a/docs/chapters/building.sgml +++ b/docs/chapters/building.sgml @@ -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 diff --git a/docs/manpages/gbp-buildpackage.sgml b/docs/manpages/gbp-buildpackage.sgml index c7fc528c..a7049399 100644 --- a/docs/manpages/gbp-buildpackage.sgml +++ b/docs/manpages/gbp-buildpackage.sgml @@ -1,4 +1,4 @@ -<refentry id="man.git.buildpackage"> +<refentry id="man.gbp.buildpackage"> <refentryinfo> <address> &dhemail; diff --git a/docs/manpages/gbp-dch.sgml b/docs/manpages/gbp-dch.sgml index 96e42f55..177f45dd 100644 --- a/docs/manpages/gbp-dch.sgml +++ b/docs/manpages/gbp-dch.sgml @@ -1,4 +1,4 @@ -<refentry id="man.git.dch"> +<refentry id="man.gbp.dch"> <refentryinfo> <address> &dhemail; diff --git a/docs/manpages/gbp-import-dsc.sgml b/docs/manpages/gbp-import-dsc.sgml index 52d8d434..192b521e 100644 --- a/docs/manpages/gbp-import-dsc.sgml +++ b/docs/manpages/gbp-import-dsc.sgml @@ -1,4 +1,4 @@ -<refentry id="man.git.import.dsc"> +<refentry id="man.gbp.import.dsc"> <refentryinfo> <address> &dhemail; diff --git a/docs/manpages/gbp-import-dscs.sgml b/docs/manpages/gbp-import-dscs.sgml index b494e294..71ae883a 100644 --- a/docs/manpages/gbp-import-dscs.sgml +++ b/docs/manpages/gbp-import-dscs.sgml @@ -1,4 +1,4 @@ -<refentry id="man.git.import.dscs"> +<refentry id="man.gbp.import.dscs"> <refentryinfo> <address> &dhemail; diff --git a/docs/manpages/gbp-import-orig.sgml b/docs/manpages/gbp-import-orig.sgml index 2a2e015c..084aca4e 100644 --- a/docs/manpages/gbp-import-orig.sgml +++ b/docs/manpages/gbp-import-orig.sgml @@ -1,4 +1,4 @@ -<refentry id="man.git.import.orig"> +<refentry id="man.gbp.import.orig"> <refentryinfo> <address> &dhemail; diff --git a/docs/manpages/gbp.conf.sgml b/docs/manpages/gbp.conf.sgml index 4ffa116c..535ea17e 100644 --- a/docs/manpages/gbp.conf.sgml +++ b/docs/manpages/gbp.conf.sgml @@ -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> |