plug-in: add python-console.py back to EXTRA_DIST

and change variable names to be like the ones of the main python
plug-in dir.
This commit is contained in:
Michael Natterer
2017-05-31 23:38:22 +02:00
parent 9d502791d0
commit 320a3db133

View File

@ -25,8 +25,9 @@ pluginexec_SCRIPTS = $(scripts)
# python-console has a data file.
# Therefore let's move it to its own sub-directory.
pythonconsoledir = $(gimpplugindir)/plug-ins/python-console
pythonconsole_SCRIPTS = python-console.py
dist_pythonconsole_DATA = pyconsole.py
consoleexecdir = $(gimpplugindir)/plug-ins/python-console
console_scripts = python-console.py
consoleexec_SCRIPTS = $(console_scripts)
consoleexec_DATA = pyconsole.py
EXTRA_DIST = $(scripts) $(test_scripts)
EXTRA_DIST = $(scripts) $(test_scripts) $(console_scripts)