summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorCorentin Noël <corentin@elementary.io>2018-11-23 13:54:21 +0100
committerCorentin Noël <corentin@elementary.io>2018-11-23 13:54:21 +0100
commit42daf33d1ed1c19030248adb5c3ee303f168c1cc (patch)
treeefd6bf0ba7ef941fcd3dcf37bf72e11dec819030 /python
parentec16f485556ba1034c8a7e30fff9ad4315e88640 (diff)
downloadzeitgeist-42daf33d1ed1c19030248adb5c3ee303f168c1cc.tar.gz
Make ontology2code work with python3
Diffstat (limited to 'python')
-rw-r--r--python/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile.am b/python/Makefile.am
index 7d160823..c305a7ae 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -16,7 +16,7 @@ ONTOLOGY = \
_ontology.py: $(ONTOLOGY) $(top_srcdir)/data/ontology2code
@echo -e "#\n# Auto-generated from .trig files. Do not edit.\n#" > $@
- $(AM_V_GEN)$(top_srcdir)/data/ontology2code --dump-python >> $@
+ $(AM_V_GEN)$(PYTHON) $(top_srcdir)/data/ontology2code --dump-python >> $@
CLEANFILES = \
_ontology.py \