2008-03-24 Michael Natterer <mitch@gimp.org> Renamed folders in plug-ins/. Unfortunately it's impossible to rename the files inside at the same time, so this is just part one... * plug-ins/FractalExplorer -> fractal-explorer * plug-ins/Lighting -> lighting * plug-ins/MapObject -> map-object * plug-ins/gflare -> gradient-flare * plug-ins/gfli -> fli * plug-ins/helpbrowser -> help-browser * plug-ins/ifscompose -> ifs-compose * plug-ins/rcm -> colormap-rotate * plug-ins/sel2path -> selection-to-path * plug-ins/winicon -> win-icon * plug-ins/winsnap -> win-snap * configure.in * plug-ins/Makefile.am: changed accordingly. svn path=/trunk/; revision=25194
40 lines
645 B
Makefile
40 lines
645 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
fractalexplorerdatadir = $(gimpdatadir)/fractalexplorer
|
|
|
|
fractalexplorerdata_DATA = \
|
|
Asteroid_Field \
|
|
Bar_Code_Label \
|
|
Beauty_of_Nature \
|
|
Blue_Curtain \
|
|
Car_Track \
|
|
Energetic_Diamond \
|
|
Explosive \
|
|
Flower \
|
|
Fragments \
|
|
Hemp \
|
|
High_Voltage \
|
|
Hoops \
|
|
Ice_Crystal \
|
|
Leaves \
|
|
Lightning \
|
|
Mandelbrot \
|
|
Marble \
|
|
Marble2 \
|
|
Medusa \
|
|
Nautilus \
|
|
Nebula \
|
|
Plant \
|
|
Rose \
|
|
Saturn \
|
|
Snow_Crystal \
|
|
Soma \
|
|
Spark \
|
|
Suns \
|
|
Tentacles \
|
|
The_Green_Place \
|
|
Wave \
|
|
Wood \
|
|
Zooming_Circle
|
|
|
|
EXTRA_DIST = $(fractalexplorerdata_DATA)
|