summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-12-26 16:42:34 +0100
committerGuido Günther <agx@sigxcpu.org>2011-12-26 16:42:34 +0100
commit8f41ffbc10b32021b8e26b34aee55686eda8de3f (patch)
treec22e61cd0e10716c9ed6d9affd0aefd76583b825 /docs
parent01a268968770bf265ca2fa3df158ee4936d741d6 (diff)
docs: add missing dependency to manpage generation
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 774bf11..8772f47 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -25,7 +25,7 @@ $(MANUAL): manual.sgml chapters/*.sgml manpages/*.sgml
docbook-2-html -s local $<
cp /usr/share/gtk-doc/data/*.png $(MANUAL)
-%.1: man.%.sgml
+%.1: man.%.sgml manpages/%.sgml
docbook2man -o . $<
git-pbuilder.1: ../bin/git-pbuilder