mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
While here: * Fix docs build with non-default python versions * Add missing dependency on psutil [1] PR: 255563 [1] Reported by: stephan@lichtenauer.co.za [1]
10 lines
241 B
Text
10 lines
241 B
Text
--- docs/Makefile.orig 2021-05-20 16:12:08 UTC
|
|
+++ docs/Makefile
|
|
@@ -1,6 +1,6 @@
|
|
# Makefile for Sphinx documentation
|
|
SPHINXOPTS =
|
|
-SPHINXBUILD = sphinx-build
|
|
+SPHINXBUILD = %%SPHINXBUILD%%
|
|
PAPER =
|
|
BUILDDIR = _build
|
|
|