Skip to content

Commit

Permalink
Use Python interpreter detected by autotools for geany-gtkdoc.h
Browse files Browse the repository at this point in the history
This should work fine on systems with only Python3, only Python2 and
also with both versions installed and do not rely on just being "python"
available in $PATH.
  • Loading branch information
eht16 committed Oct 4, 2020
1 parent 6118e55 commit 1ca666f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile.am
Expand Up @@ -133,7 +133,7 @@ Doxyfile-gi.stamp: Doxyfile-gi Doxyfile.stamp $(doxygen_dependencies)
$(AM_V_GEN)$(DOXYGEN) Doxyfile-gi && echo "" > $@

geany-gtkdoc.h: Doxyfile-gi.stamp $(top_srcdir)/scripts/gen-api-gtkdoc.py
$(AM_V_GEN)$(top_srcdir)/scripts/gen-api-gtkdoc.py xml -d $(builddir) -o $@ \
$(AM_V_GEN)$(PYTHON) $(top_srcdir)/scripts/gen-api-gtkdoc.py xml -d $(builddir) -o $@ \
--sci-output geany-sciwrappers-gtkdoc.h

geany-sciwrappers-gtkdoc.h: geany-gtkdoc.h
Expand Down

0 comments on commit 1ca666f

Please sign in to comment.