docs: add missing dependency to manpage generation
authorGuido Günther <agx@sigxcpu.org>
Mon, 26 Dec 2011 15:42:34 +0000 (16:42 +0100)
committerGuido Günther <agx@sigxcpu.org>
Mon, 26 Dec 2011 15:42:34 +0000 (16:42 +0100)
docs/Makefile

index 774bf11..8772f47 100644 (file)
@@ -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