Compare commits

...

2 Commits

Author SHA1 Message Date
Enrico Tröger
10b14dc88e Use Python3 shebang for gen-api-gtkdoc.py 2021-12-02 12:40:16 +01:00
elextr
6a0a5a7641 Apply Debian patch for Python 3 2021-12-02 12:39:50 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ AC_DEFUN([GEANY_CHECK_GTKDOC_HEADER],
[test "x$geany_enable_gtkdoc_header" != "xno"], [test "x$geany_enable_gtkdoc_header" != "xno"],
[ [
dnl python dnl python
AM_PATH_PYTHON([2.7], [have_python=yes], [have_python=no]) AM_PATH_PYTHON([3], [have_python=yes], [have_python=no])
dnl lxml module dnl lxml module
AS_IF([test "x$have_python" = xyes], AS_IF([test "x$have_python" = xyes],
[have_python_and_lxml=yes [have_python_and_lxml=yes

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
# #
# Copyright 2015 The Geany contributors # Copyright 2015 The Geany contributors
# #