chiark / gitweb /
Use Python3 executable, instead of Python
authorArvid Gerstmann <dev@arvid-g.de>
Tue, 6 Feb 2018 11:28:03 +0000 (12:28 +0100)
committerArvid Gerstmann <dev@arvid-g.de>
Tue, 6 Feb 2018 11:28:03 +0000 (12:28 +0100)
commit14a65bbfd708acd2194f6f2b2045f7628c5bf3a3
tree6f231a2a031920d2dbd56aff8ac8aade7fbc68d2
parentafd6445e9d97779367fbdd5ab4a2dddc40eef99d
Use Python3 executable, instead of Python

macOS & Linux define the Python executable to be Python 2.x, and since
dox2html5 does not work with Python 2.x, explicitly use the Python 3.x
executable to ensure it's working.
doxygen/dox2html5.py