haikuwebkit/Tools/gtkdoc
Michael Catanzaro c0a8495c9d [GTK] Use ${PYTHON_EXECUTABLE} to run generate-gtkdoc
https://bugs.webkit.org/show_bug.cgi?id=208970

Patch by Michael Catanzaro <mcatanzaro@gnome.org> on 2020-03-21
Reviewed by Konstantin Tokarev.

.:

There's no need to rely on shebangs when executing python scripts from CMake. This should
ensure the script always works even if the shebang does not.

* Source/cmake/GtkDoc.cmake:

Tools:

We are allowed to use /usr/bin/env in this script because it's not installed (so not
packaged). Therefore we can make the shebang compatible with FreeBSD in this particularl
case.

* gtkdoc/generate-gtkdoc:

Canonical link: https://commits.webkit.org/222313@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@258808 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2020-03-21 15:22:05 +00:00
..
generate-gtkdoc [GTK] Use ${PYTHON_EXECUTABLE} to run generate-gtkdoc 2020-03-21 15:22:05 +00:00
gtkdoc.py