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