diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:23:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:23:22 +0000 |
commit | e42129241681dde7adae7d20697e7b421682fbb4 (patch) | |
tree | af1fe815a5e639e68e59fabd8395ec69458b3e5e /data/palettes/Makefile.am | |
parent | Initial commit. (diff) | |
download | gimp-e42129241681dde7adae7d20697e7b421682fbb4.tar.xz gimp-e42129241681dde7adae7d20697e7b421682fbb4.zip |
Adding upstream version 2.10.22.upstream/2.10.22upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'data/palettes/Makefile.am')
-rw-r--r-- | data/palettes/Makefile.am | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/data/palettes/Makefile.am b/data/palettes/Makefile.am new file mode 100644 index 0000000..dc6c2dc --- /dev/null +++ b/data/palettes/Makefile.am @@ -0,0 +1,47 @@ +## Makefile.am for gimp/data/palettes + +palettedatadir = $(gimpdatadir)/palettes + +palettedata_DATA = \ + Bears.gpl \ + Bgold.gpl \ + Blues.gpl \ + Borders.gpl \ + Browns_And_Yellows.gpl \ + Caramel.gpl \ + Cascade.gpl \ + China.gpl \ + Coldfire.gpl \ + Cool_Colors.gpl \ + Cranes.gpl \ + Dark_pastels.gpl \ + Default.gpl \ + Ega.gpl \ + Firecode.gpl \ + Gold.gpl \ + Grayblue.gpl \ + Grays.gpl \ + GrayViolet.gpl \ + Greens.gpl \ + Hilite.gpl \ + Khaki.gpl \ + Lights.gpl \ + Muted.gpl \ + Named_Colors.gpl \ + News3.gpl \ + Op2.gpl \ + Paintjet.gpl \ + Pastels.gpl \ + Plasma.gpl \ + Reds.gpl \ + Reds_And_Purples.gpl \ + Royal.gpl \ + Tango.gpl \ + Topographic.gpl \ + Visibone.gpl \ + Visibone_2.gpl \ + Volcano.gpl \ + Warm_Colors.gpl \ + Web.gpl + +EXTRA_DIST = $(palettedata_DATA) |