From 523b03da8f9c8dbdb1bfc72bca0bdb7976be246c Mon Sep 17 00:00:00 2001
From: monsta <monsta@inbox.ru>
Date: Thu, 20 Feb 2020 18:12:46 +0300
Subject: docs: use Python path from environment to run fixxref.py

---
 docs/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'docs')

diff --git a/docs/Makefile.am b/docs/Makefile.am
index 70021bc..cbe8e50 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -94,7 +94,7 @@ $(HTML_FILES): $(REFERENCE_DEPS)
 		 --stringparam gtkdoc.bookname "caja-python" \
 		 --stringparam gtkdoc.version ${REF_VERSION} \
 		 $(HTML_STYLE) $(srcdir)/reference/caja-python-ref.xml
-	$(FIXXREF) -i xsl $(BUILDDIR)/html
+	$(PYTHON) $(FIXXREF) -i xsl $(BUILDDIR)/html
 	touch $@
 
 endif
-- 
cgit v1.2.1