[geany/geany] 1ca666: Use Python interpreter detected by autotools for geany-gtkdoc.h

Enrico Tröger git-noreply at xxxxx
Sun Oct 4 11:23:07 UTC 2020


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 04 Oct 2020 11:23:07 UTC
Commit:      1ca666fd5d73cfb6a7381cd0c9d8852ad29ac160
             https://github.com/geany/geany/commit/1ca666fd5d73cfb6a7381cd0c9d8852ad29ac160

Log Message:
-----------
Use Python interpreter detected by autotools for geany-gtkdoc.h

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.


Modified Paths:
--------------
    doc/Makefile.am

Modified: doc/Makefile.am
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -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



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list