summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2022-03-06 19:25:34 +0100
committerFrantisek Sumsal <frantisek@sumsal.cz>2022-03-06 19:25:47 +0100
commit76e7478a34b7178b18ba5153f1c1dc89faa53cfd (patch)
treed60c24f8326f6c88033c909045beaaf179ad05b9
parent2166b5759ca0ead2b0ba1bf28eef5220268ae0ef (diff)
downloadpython-systemd-76e7478a34b7178b18ba5153f1c1dc89faa53cfd.tar.gz
Makefile: accept $SPHINXOPTS from the outside
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b7070df..44d826c 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ clean:
distclean: clean
rm -rf dist MANIFEST
-SPHINXOPTS = -D version=$(VERSION) -D release=$(VERSION)
+SPHINXOPTS += -D version=$(VERSION) -D release=$(VERSION)
sphinx-%: build
cd build && \
PYTHONPATH=../$(builddir) $(PYTHON) -m sphinx -b $* $(SPHINXOPTS) ../docs $*