aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/Makefile
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-03-08 08:57:20 +0100
committerGuido Günther <agx@sigxcpu.org>2012-03-08 13:56:21 +0100
commit80cf6d42a52bec3972da4f8b2bc388673f4681d4 (patch)
treed021a113e996b2507faeed5612b31bc3e5773b46 /docs/Makefile
parent45d7dc8811377f69d321e31a4d30fb534ab0155d (diff)
Add manual page for gbp.conf
Closes: #661748 Thanks: Jari Alto for the POD version
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 8772f472..b10ec10f 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -1,6 +1,6 @@
#!/usr/bin/make
-COMMANDS = git-buildpackage \
+MANS = git-buildpackage \
git-import-dsc \
git-import-dscs \
git-import-orig \
@@ -8,10 +8,11 @@ COMMANDS = git-buildpackage \
gbp-pull \
gbp-clone \
gbp-pq \
- gbp-create-remote-repo
+ gbp-create-remote-repo \
+ gbp.conf
MANUAL=manual-html
-SGML_MANPAGES=$(patsubst %,%.1,$(COMMANDS))
+SGML_MANPAGES=$(patsubst %,%.1,$(MANS))
POD_MANPAGES=git-pbuilder.1
MANPAGES=$(SGML_MANPAGES) $(POD_MANPAGES)
VERSION_ENT=version.ent