aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-11-04 16:53:33 +0100
committerGuido Günther <agx@sigxcpu.org>2016-11-04 16:59:08 +0100
commitdedd3f5ab9007ef140ac735ede83b3c115d356f3 (patch)
tree24cec494c163776a73f4e08c1a65bae72d219f9d
parentea5775a23e5223026b37100d23229b1bfc39bafa (diff)
docs: rebuild manual on version change
Gbp-Dch: Ignore
-rw-r--r--docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 702e02dd..e171ccbb 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -36,7 +36,7 @@ GTK_DOC_CATALOG_FILE ?= /usr/share/sgml/gtk-doc/gtk-doc.cat
all: $(MANUAL) $(MANPAGES)
-$(MANUAL): manual.sgml chapters/*.sgml manpages/*.sgml common.ent
+$(MANUAL): manual.sgml chapters/*.sgml manpages/*.sgml common.ent $(VERSION_ENT)
ifeq ($(HAVE_SGML2X),1)
docbook-2-html -s local $<
else