Replace python by python3 in Makfiles.
---
 src/Makefile.am   |    2 +-
 tests/Makefile.am |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

Index: dvisvgm/src/Makefile.am
===================================================================
--- dvisvgm.orig/src/Makefile.am	2020-11-28 23:04:28.641616610 +0100
+++ dvisvgm/src/Makefile.am	2020-11-28 23:04:28.633620711 +0100
@@ -211,7 +211,7 @@
 # the command-line parser class is generated from options.xml by opt2cpp
 $(srcdir)/CommandLine.hpp: options.xml
 	rm -f $@
-	python $(srcdir)/opt2cpp.py $< >$@
+	python3 $(srcdir)/opt2cpp.py $< >$@
 
 # Create a C string definition containing the PostScript routines psdefs.ps needed by class PSInterpreter
 $(srcdir)/psdefs.cpp: psdefs.ps
Index: dvisvgm/tests/Makefile.am
===================================================================
--- dvisvgm.orig/tests/Makefile.am	2020-11-28 23:04:28.641616610 +0100
+++ dvisvgm/tests/Makefile.am	2020-11-28 23:04:28.633620711 +0100
@@ -50,7 +50,7 @@
 hashcheck_LDADD = $(LIBS_LIBS)
 
 hashcheck.cpp: genhashcheck.py $(dvisvgm_srcdir)/src/AGLTable.hpp $(dvisvgm_srcdir)/libs/xxHash/xxhash.h
-	python $^ >$@
+	python3 $^ >$@
 
 TESTLIBS = libgtest.la ../src/libdvisvgm.la $(LIBS_LIBS) -lfreetype
 if ENABLE_WOFF
