From 961723ec133313d8c1ffb89c91215b1061e4f4a8 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 4 Aug 2017 14:06:32 -0300 Subject: docs: generate version.py if missing This makes doc builds succeed in a clean tree. --- docs/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/Makefile b/docs/Makefile index 1751432c..edac5a91 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -68,6 +68,9 @@ git-pbuilder.1: ../bin/git-pbuilder manual.sgml: $(VERSION_ENT) +$(GBP_VERSION): ../debian/changelog + cd .. && python setup.py build --help >/dev/null + $(VERSION_ENT): $(GBP_VERSION) echo '' > $(VERSION_ENT) -- cgit v1.2.3