summaryrefslogtreecommitdiff
path: root/debian/patches/local-blurb.diff
blob: a2e812c67ef5cfb1da070f9e9f7df05d0435886e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: b/Doc/Makefile
===================================================================
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -6,7 +6,7 @@
 # You can set these variables from the command line.
 PYTHON       = python3
 SPHINXBUILD  = sphinx-build
-BLURB = $(PYTHON) -m blurb
+BLURB = $(BLURB_ENV) $(PYTHON) -m blurb
 PAPER        =
 SOURCES      =
 DISTVERSION  = $(shell $(PYTHON) tools/extensions/patchlevel.py)