I may have missed things. That is the problem of non-compiled script languages. There is also a known warning: > DeprecationWarning: Gtk.Dialog.set_alternative_button_order_from_array is deprecated I'll see later about this one. Push-time note: calling various functions is actually broken right now in the console since the late API changes (it was working fine yesterday evening when I tested the same python-console code). Pushing anyway for now.
8 lines
208 B
Makefile
8 lines
208 B
Makefile
consoleexecdir = $(gimpplugindir)/plug-ins/python-console
|
|
console_scripts = python-console.py
|
|
consoleexec_SCRIPTS = $(console_scripts)
|
|
dist_consoleexec_DATA = pyconsole.py
|
|
|
|
EXTRA_DIST = \
|
|
$(console_scripts)
|