mirror of https://github.com/GNOME/gimp.git
moved whirlpinch.py to the test_scripts category to prevent it from being
2006-08-15 Sven Neumann <sven@gimp.org> * plug-ins/pygimp/plug-ins/Makefile.am: moved whirlpinch.py to the test_scripts category to prevent it from being installed in stable releases (bug #46001).
This commit is contained in:
parent
9c32aa3b43
commit
d47fb429bb
|
@ -1,3 +1,9 @@
|
|||
2006-08-15 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/pygimp/plug-ins/Makefile.am: moved whirlpinch.py to the
|
||||
test_scripts category to prevent it from being installed in stable
|
||||
releases (bug #46001).
|
||||
|
||||
2006-08-15 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/common/compose.c: has only one return value if called
|
||||
|
|
|
@ -11,12 +11,12 @@ scripts = \
|
|||
palette-to-gradient.py \
|
||||
pdbbrowse.py \
|
||||
py-slice.py \
|
||||
shadow_bevel.py \
|
||||
whirlpinch.py
|
||||
shadow_bevel.py
|
||||
|
||||
test_scripts = \
|
||||
benchmark-foreground-extract.py \
|
||||
sphere.py
|
||||
sphere.py \
|
||||
whirlpinch.py
|
||||
|
||||
if GIMP_UNSTABLE
|
||||
pluginexec_SCRIPTS = $(scripts) $(test_scripts)
|
||||
|
|
Loading…
Reference in New Issue