plug-ins/pygimp/plug-ins/Makefile.am stop installing any test scripts.

2007-02-22  Sven Neumann  <sven@gimp.org>

	* plug-ins/pygimp/plug-ins/Makefile.am
	* plug-ins/script-fu/scripts/Makefile.am: stop installing any test
	scripts.


svn path=/trunk/; revision=21973
This commit is contained in:
Sven Neumann 2007-02-22 08:08:09 +00:00 committed by Sven Neumann
parent fbdafbb7cd
commit acdabd3923
3 changed files with 10 additions and 10 deletions

View File

@ -1,3 +1,9 @@
2007-02-22 Sven Neumann <sven@gimp.org>
* plug-ins/pygimp/plug-ins/Makefile.am
* plug-ins/script-fu/scripts/Makefile.am: stop installing any test
scripts.
2007-02-22 Sven Neumann <sven@gimp.org>
* app/dialogs/authors.xsl: use a named template to avoid code

View File

@ -1,3 +1,5 @@
## Process this file with automake to produce Makefile.in
pluginexecdir = $(gimpplugindir)/plug-ins
scripts = \
@ -17,12 +19,8 @@ test_scripts = \
sphere.py \
whirlpinch.py
if GIMP_UNSTABLE
pluginexec_SCRIPTS = $(scripts) $(test_scripts)
else
pluginexec_SCRIPTS = $(scripts)
endif
pluginexec_DATA = pyconsole.py
EXTRA_DIST = $(pluginexec_DATA) $(pluginexec_SCRIPTS) $(test_scripts)
EXTRA_DIST = $(pluginexec_DATA) $(scripts) $(test_scripts)

View File

@ -111,15 +111,11 @@ scripts = \
xach-effect.scm
test_scripts = \
test-sphere.scm \
test-sphere.scm \
ts-helloworld.scm
if GIMP_UNSTABLE
scriptdata_DATA = $(scripts) $(test_scripts)
else
scriptdata_DATA = $(scripts)
endif
EXTRA_DIST = $(scripts) $(test_scripts)