2001-08-28 Sven Neumann <sven@gimp.org>
* configure.in: removed the authorgen hack. It broke the build with
autoconf-2.52. Need to come up with a better idea. Until then the
manpages don't show the autors anymore.
Removed the useless definitions of brushdata, palettedata, ...
while I was on it.
* data/Makefile.am
* data/brushes/Makefile.am
* data/gradients/Makefile.am
* data/palettes/Makefile.am
* data/patterns/Makefile.am: do it the conventional way and list all
data files in the Makefiles.
59 lines
932 B
Makefile
59 lines
932 B
Makefile
patterndatadir = $(gimpdatadir)/patterns
|
|
|
|
patterndata_DATA = \
|
|
3dgreen.pat \
|
|
Craters.pat \
|
|
Moonfoot.pat \
|
|
amethyst.pat \
|
|
bark.pat \
|
|
blue.pat \
|
|
bluegrid.pat \
|
|
bluesquares.pat \
|
|
blueweb.pat \
|
|
brick.pat \
|
|
burlap.pat \
|
|
burlwood.pat \
|
|
choc_swirl.pat \
|
|
corkboard.pat \
|
|
cracked.pat \
|
|
crinklepaper.pat \
|
|
electric.pat \
|
|
fibers.pat \
|
|
granite1.pat \
|
|
ground1.pat \
|
|
ice.pat \
|
|
java.pat \
|
|
leather.pat \
|
|
leaves.pat \
|
|
leopard.pat \
|
|
lightning.pat \
|
|
marble1.pat \
|
|
marble2.pat \
|
|
marble3.pat \
|
|
nops.pat \
|
|
paper.pat \
|
|
parque1.pat \
|
|
parque2.pat \
|
|
parque3.pat \
|
|
pastel.pat \
|
|
pine.pat \
|
|
pink_marble.pat \
|
|
pool.pat \
|
|
qube1.pat \
|
|
rain.pat \
|
|
recessed.pat \
|
|
redcube.pat \
|
|
rock.pat \
|
|
sky.pat \
|
|
slate.pat \
|
|
sm_squares.pat \
|
|
starfield.pat \
|
|
stone33.pat \
|
|
terra.pat \
|
|
walnut.pat \
|
|
warning.pat \
|
|
wood1.pat \
|
|
wood2.pat \
|
|
wood3.pat \
|
|
wood4.pat \
|
|
wood5.pat
|