2001-11-15 Michael Natterer <mitch@gimp.org> * Makefile.am: removed antique Makefile targets, including the "files" hack (which was some automatic EXTRA_DIST voodoo), added missing stuff to EXTRA_DIST. * app/plug-in/Makefile.am * devel-docs/Makefile.am * docs/Makefile.am * plug-ins/Makefile.am * plug-ins/FractalExplorer/Makefile.am * plug-ins/FractalExplorer/fractalexplorer-examples/Makefile.am * plug-ins/Lighting/Makefile.am * plug-ins/MapObject/Makefile.am * plug-ins/bmp/Makefile.am * plug-ins/dbbrowser/Makefile.am * plug-ins/faxg3/Makefile.am * plug-ins/fits/Makefile.am * plug-ins/flame/Makefile.am * plug-ins/gap/Makefile.am * plug-ins/gdyntext/Makefile.am * plug-ins/gflare/Makefile.am * plug-ins/gflare/gflares/Makefile.am * plug-ins/gfli/Makefile.am * plug-ins/gimpressionist/Makefile.am * plug-ins/gimpressionist/Brushes/Makefile.am * plug-ins/gimpressionist/Paper/Makefile.am * plug-ins/gimpressionist/Presets/Makefile.am * plug-ins/ifscompose/Makefile.am * plug-ins/imagemap/Makefile.am * plug-ins/libgck/Makefile.am * plug-ins/libgck/gck/Makefile.am * plug-ins/maze/Makefile.am * plug-ins/mosaic/Makefile.am * plug-ins/pagecurl/Makefile.am * plug-ins/plugin-helper/Makefile.am * plug-ins/print/Makefile.am * plug-ins/rcm/Makefile.am * plug-ins/script-fu/Makefile.am * plug-ins/script-fu/scripts/Makefile.am * plug-ins/sel2path/Makefile.am * plug-ins/sgi/Makefile.am * plug-ins/webbrowser/Makefile.am * plug-ins/xjt/Makefile.am * tips/Makefile.am: removed "files" too, some minor cleanups.
106 lines
2.2 KiB
Makefile
106 lines
2.2 KiB
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
scriptdatadir = $(gimpdatadir)/scripts
|
|
|
|
scriptdata_DATA = \
|
|
3d-outline.scm \
|
|
3dTruchet.scm \
|
|
add-bevel.scm \
|
|
addborder.scm \
|
|
alien-glow-arrow.scm \
|
|
alien-glow-bar.scm \
|
|
alien-glow-bullet.scm \
|
|
alien-glow-button.scm \
|
|
alien-glow-logo.scm \
|
|
alien-neon-logo.scm \
|
|
asc2img.scm \
|
|
basic1-logo.scm \
|
|
basic2-logo.scm \
|
|
beavis.jpg \
|
|
beveled-button.scm \
|
|
beveled-pattern-arrow.scm \
|
|
beveled-pattern-bullet.scm \
|
|
beveled-pattern-button.scm \
|
|
beveled-pattern-heading.scm \
|
|
beveled-pattern-hrule.scm \
|
|
blend-anim.scm \
|
|
blended-logo.scm \
|
|
bovinated-logo.scm \
|
|
burn-in-anim.scm \
|
|
camo.scm \
|
|
carve-it.scm \
|
|
carved-logo.scm \
|
|
chalk.scm \
|
|
chip-away.scm \
|
|
chrome-it.scm \
|
|
chrome-logo.scm \
|
|
circuit.scm \
|
|
clothify.scm \
|
|
coffee.scm \
|
|
comic-logo.scm \
|
|
coolmetal-logo.scm \
|
|
copy-visible.scm \
|
|
crystal-logo.scm \
|
|
distress_selection.scm \
|
|
drop-shadow.scm \
|
|
erase-rows.scm \
|
|
fade-outline.scm \
|
|
flatland.scm \
|
|
font-map.scm \
|
|
frosty-logo.scm \
|
|
fuzzyborder.scm \
|
|
gimp-headers.scm \
|
|
gimp-labels.scm \
|
|
glossy.scm \
|
|
glowing-logo.scm \
|
|
gradient-bevel-logo.scm \
|
|
gradient-example.scm \
|
|
grid-system.scm \
|
|
hsv-graph.scm \
|
|
i26-gunya2.scm \
|
|
image-structure.scm \
|
|
land.scm \
|
|
lava.scm \
|
|
line-nova.scm \
|
|
old_photo.scm \
|
|
mkbrush.scm \
|
|
neon-logo.scm \
|
|
news-text.scm \
|
|
perspective-shadow.scm \
|
|
predator.scm \
|
|
pupi-button.scm \
|
|
rendermap.scm \
|
|
ripply-anim.scm \
|
|
round-corners.scm \
|
|
select_to_brush.scm \
|
|
select_to_image.scm \
|
|
selection-round.scm \
|
|
slide.scm \
|
|
sota-chrome-logo.scm \
|
|
speed-text.scm \
|
|
sphere.scm \
|
|
spinning_globe.scm \
|
|
starburst-logo.scm \
|
|
starscape-logo.scm \
|
|
swirltile.scm \
|
|
swirly-pattern.scm \
|
|
t-o-p-logo.scm \
|
|
text-circle.scm \
|
|
texture.jpg \
|
|
texture1.jpg \
|
|
texture2.jpg \
|
|
texture3.jpg \
|
|
textured-logo.scm \
|
|
title-header.scm \
|
|
tileblur.scm \
|
|
trochoid.scm \
|
|
truchet.scm \
|
|
unsharp-mask.scm \
|
|
waves-anim.scm \
|
|
weave.scm \
|
|
xach-effect.scm \
|
|
\
|
|
test-sphere.scm
|
|
|
|
EXTRA_DIST = $(scriptdata_DATA)
|