Created attachment 7577 Fix building docs When building thunarx-python from git with "--enable-gtk-doc", the following error is dispalyed: Making all in docs make[2]: Entering directory '/home/toz/Development/Xfce/thunarx-python/docs' /bin/python -c 'import datetime; print datetime.date.today()' > reference/builddate.xml File "<string>", line 1 import datetime; print datetime.date.today() ^ SyntaxError: invalid syntax make[2]: *** [Makefile:594: reference/builddate.xml] Error 1 make[2]: Leaving directory '/home/toz/Development/Xfce/thunarx-python/docs' make[1]: *** [Makefile:441: all-recursive] Error 1 make[1]: Leaving directory '/home/toz/Development/Xfce/thunarx-python' make: *** [Makefile:371: all] Error 2 The attached patch fixes the issue and allows the documentation to be built.
Thanks, fixed in master.