summaryrefslogtreecommitdiff
path: root/builds/unix/unix-def.in
diff options
context:
space:
mode:
Diffstat (limited to 'builds/unix/unix-def.in')
-rw-r--r--builds/unix/unix-def.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/builds/unix/unix-def.in b/builds/unix/unix-def.in
index be3737b07..bc2350b37 100644
--- a/builds/unix/unix-def.in
+++ b/builds/unix/unix-def.in
@@ -20,6 +20,11 @@ DELETE := rm -f
DELDIR := rm -rf
CAT := cat
SEP := /
+
+# this is used for `make refdoc' and `make refdoc-venv'
+#
+PYTHON := @PYTHON@
+PIP := @PIP@
BIN := bin
# this is used for `make distclean' and `make install'