[gimp] data: Obsolete the square brushes
- From: Martin Nordholts <martinn src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gimp] data: Obsolete the square brushes
- Date: Fri, 14 Aug 2009 06:18:05 +0000 (UTC)
commit 6ba1cce69105a25065e5d284eb1994b8acee6988
Author: Martin Nordholts <martinn src gnome org>
Date: Fri Aug 14 07:41:32 2009 +0200
data: Obsolete the square brushes
data/brushes/Makefile.am | 17 ++++++++++-------
1 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/data/brushes/Makefile.am b/data/brushes/Makefile.am
index 165eca0..e5b238b 100644
--- a/data/brushes/Makefile.am
+++ b/data/brushes/Makefile.am
@@ -1,14 +1,9 @@
## Makefile.am for gimp/data/brushes
brushdatadir = $(gimpdatadir)/brushes
+obsoletebrushdatadir = $(gimpdatadir)/brushes/gimp-obsolete-files
brushdata_DATA = \
- 10x10square.gbr \
- 10x10squareBlur.gbr \
- 20x20square.gbr \
- 20x20squareBlur.gbr \
- 5x5square.gbr \
- 5x5squareBlur.gbr \
confetti.gbr \
dunes.gbr \
galaxy.gbr \
@@ -52,4 +47,12 @@ brushdata_DATA = \
hsparks.gih \
vine.gih
-EXTRA_DIST = $(brushdata_DATA)
+obsoletebrushdata_DATA = \
+ 10x10square.gbr \
+ 10x10squareBlur.gbr \
+ 20x20square.gbr \
+ 20x20squareBlur.gbr \
+ 5x5square.gbr \
+ 5x5squareBlur.gbr
+
+EXTRA_DIST = $(brushdata_DATA) $(obsoletebrushdata_DATA)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]