plug-ins: add Python and JavaScript files to the DIST.

So it seems that whatever is in _SCRIPTS is not in the distribution by
default (I suppose the reason is that even scripts can be generated). So
let's add the non-generated scripts to EXTRA_DIST.
This commit is contained in:
Jehan 2019-08-16 14:53:19 +02:00
parent 1320a22fd8
commit ef5c091e58
2 changed files with 8 additions and 0 deletions

View File

@ -75,3 +75,7 @@ if BUILD_PYTHON
#goat_exercise_py3dir = $(gimpplugindir)/plug-ins/goat-exercise-py3 #goat_exercise_py3dir = $(gimpplugindir)/plug-ins/goat-exercise-py3
#goat_exercise_py3_SCRIPTS = goat-exercise-py3.py #goat_exercise_py3_SCRIPTS = goat-exercise-py3.py
endif endif
EXTRA_DIST = \
goat-exercise-gjs.js \
goat-exercise-py3.py

View File

@ -28,6 +28,10 @@ if GIMP_UNSTABLE
## whirlpinch.py ## whirlpinch.py
endif endif
EXTRA_DIST = \
palette-offset.py \
palette-to-gradient.py
# Python interpreter file. # Python interpreter file.
pyinterpdir = $(gimpplugindir)/interpreters pyinterpdir = $(gimpplugindir)/interpreters