diff options
author | monsta <[email protected]> | 2020-02-20 18:12:46 +0300 |
---|---|---|
committer | ZenWalker <[email protected]> | 2020-02-25 14:12:41 +0100 |
commit | 523b03da8f9c8dbdb1bfc72bca0bdb7976be246c (patch) | |
tree | 91518aa272d50a6f1026ba9e3d0c603e01294d09 /docs | |
parent | 056b1527e801226df3ab7ba429d7a01ecd3c1dfc (diff) | |
download | python-caja-523b03da8f9c8dbdb1bfc72bca0bdb7976be246c.tar.bz2 python-caja-523b03da8f9c8dbdb1bfc72bca0bdb7976be246c.tar.xz |
docs: use Python path from environment to run fixxref.py
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |