diff options
author | Samuel Thibault <[email protected]> | 2019-07-08 12:31:29 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-08 14:03:42 +0200 |
commit | 816ed2e652a0c178b7768976c55c712aeb07efa1 (patch) | |
tree | e707ff46d0645528b0ce51fc2f3c90f1f29510e0 /gla11y.mk | |
parent | b931a8f99fc07cf860819507e18546bb9583a2f1 (diff) | |
download | mate-control-center-816ed2e652a0c178b7768976c55c712aeb07efa1.tar.bz2 mate-control-center-816ed2e652a0c178b7768976c55c712aeb07efa1.tar.xz |
Use python3 for gla11y
Diffstat (limited to 'gla11y.mk')
-rw-r--r-- | gla11y.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ a11y_verbose_1 = all-local: $(GLA11Y_OUTPUT) $(GLA11Y_OUTPUT): $(ui_files) - $(a11y_verbose) $(GLA11Y) -P $(srcdir)/ -f $(srcdir)/$(GLA11Y_FALSE) -s $(srcdir)/$(GLA11Y_SUPPR) -o $@ $(ui_files:%=$(srcdir)/%) + $(a11y_verbose) python3 $(GLA11Y) -P $(srcdir)/ -f $(srcdir)/$(GLA11Y_FALSE) -s $(srcdir)/$(GLA11Y_SUPPR) -o $@ $(ui_files:%=$(srcdir)/%) clean-local: clean-local-check clean-local-check: |