aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/chapters/building.sgml
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-11-04 13:48:12 +0100
committerGuido Günther <agx@sigxcpu.org>2016-11-04 14:36:10 +0100
commit3c498e179d7371d980194a28ca8714a2e72d91f6 (patch)
treeffc8cb0c365f4e2da754fb7953c817b3e4480847 /docs/chapters/building.sgml
parentdd5c3bcaf5125f40a8a3a84d64c1d25de26e5584 (diff)
docs: Don't suggest deprecated section names in examples
Diffstat (limited to 'docs/chapters/building.sgml')
-rw-r--r--docs/chapters/building.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/chapters/building.sgml b/docs/chapters/building.sgml
index c7ac94b7..a028a4c4 100644
--- a/docs/chapters/building.sgml
+++ b/docs/chapters/building.sgml
@@ -61,7 +61,7 @@
<para>If you want to default to build in a separate build area, you can
specify the directory to use in the <filename>gbp.conf</filename> file.
<programlisting>
-[git-buildpackage]
+[buildpackage]
# use a build area relative to the git repository
export-dir=../build-area
# to use the same build area for all packages use an absolute path:
@@ -174,7 +174,7 @@ echo "done."
by specifying the export directory:
</para>
<programlisting>
-[git-buildpackage]
+[buildpackage]
# use a build area relative to the git repository
export-dir = ../build-area
# disable the since the sources are being exported first