mirror of https://github.com/GNOME/gimp.git
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:
parent
1320a22fd8
commit
ef5c091e58
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue