diff --git a/docs/Makefile.am b/docs/Makefile.am index 6072543..19971c2 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -63,7 +63,7 @@ REFERENCE_DEPS = \ if ENABLE_GTK_DOC reference/builddate.xml: $(REFERENCE_DEPS) - $(PYTHON) -c 'import datetime; print datetime.date.today()' > $@ + $(PYTHON) -c 'import datetime; print(datetime.date.today())' > $@ $(HTML_DATA): $(REFERENCE_DEPS) reference/builddate.xml $(GTKDOC_MKHTML) \