summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 47e8ab0..70021bc 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -86,7 +86,7 @@ BUILT_SOURCES = \
$(HTML_FILES)
reference/builddate.xml: $(REFERENCE_DEPS)
- $(PYTHON) -c 'import datetime; print datetime.date.today()' > $@
+ $(PYTHON) -c 'import datetime; print (datetime.date.today())' > $@
$(HTML_FILES): $(REFERENCE_DEPS)
xsltproc --nonet --xinclude -o $(BUILDDIR)/html/ \