diff options
Diffstat (limited to 'docs/Makefile.am')
-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 |