blob: 4cce60de2d6b9b77e48bf3649f52b04b1306268e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
## Process this file with automake to produce Makefile.in
SUBDIRS = images
scriptdatadir = $(gimpdatadir)/scripts
scripts = \
script-fu.init \
script-fu-compat.init \
plug-in-compat.init \
add-bevel.scm \
addborder.scm \
blend-anim.scm \
burn-in-anim.scm \
carve-it.scm \
chrome-it.scm \
circuit.scm \
clothify.scm \
coffee.scm \
copy-visible.scm \
difference-clouds.scm \
distress-selection.scm \
drop-shadow.scm \
erase-rows.scm \
font-map.scm \
fuzzyborder.scm \
gimp-online.scm \
gradient-example.scm \
grid-system.scm \
guides-from-selection.scm \
guides-new.scm \
guides-new-percent.scm \
guides-remove-all.scm \
lava.scm \
line-nova.scm \
mkbrush.scm \
old-photo.scm \
palette-export.scm \
paste-as-brush.scm \
paste-as-pattern.scm \
perspective-shadow.scm \
predator.scm \
reverse-layers.scm \
ripply-anim.scm \
round-corners.scm \
script-fu-set-cmap.scm \
script-fu-util.scm \
select-to-brush.scm \
select-to-image.scm \
select-to-pattern.scm \
selection-round.scm \
slide.scm \
spinning-globe.scm \
spyrogimp.scm \
tileblur.scm \
unsharp-mask.scm \
waves-anim.scm \
weave.scm \
xach-effect.scm
test_scripts = \
contactsheet.scm \
test-sphere.scm \
ts-helloworld.scm
scriptdata_DATA = $(scripts)
EXTRA_DIST = $(scripts) $(test_scripts)
|