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:
Sven Neumann 2006-08-15 10:43:55 +00:00 committed by Sven Neumann
parent 9c32aa3b43
commit d47fb429bb
2 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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)