summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-04-09 12:44:34 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-04-09 12:44:34 -0700
commit7c4196d3218d1afa73c930577beeb579c1e87a38 (patch)
treeac73bf6552f3f74f028514a133c3c0505995fb3f
parent7886e0b78ba317e02d8496fb83432ee9274f7887 (diff)
Move bitmaps into a new bitmaps directory
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am26
-rw-r--r--bitmaps/Dashes (renamed from Dashes)0
-rw-r--r--bitmaps/Down (renamed from Down)0
-rw-r--r--bitmaps/Excl (renamed from Excl)0
-rw-r--r--bitmaps/FlipHoriz (renamed from FlipHoriz)0
-rw-r--r--bitmaps/FlipVert (renamed from FlipVert)0
-rw-r--r--bitmaps/Fold (renamed from Fold)0
-rw-r--r--bitmaps/Left (renamed from Left)0
-rw-r--r--bitmaps/Right (renamed from Right)0
-rw-r--r--bitmaps/RotateLeft (renamed from RotateLeft)0
-rw-r--r--bitmaps/RotateRight (renamed from RotateRight)0
-rw-r--r--bitmaps/Stipple (renamed from Stipple)0
-rw-r--r--bitmaps/Term (renamed from Term)0
-rw-r--r--bitmaps/Up (renamed from Up)0
14 files changed, 13 insertions, 13 deletions
diff --git a/Makefile.am b/Makefile.am
index 4e44ade..5b2a060 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,19 +51,19 @@ EXTRA_DIST = autogen.sh README.md
bitmapdir = $(includedir)/X11/bitmaps
dist_bitmap_DATA = \
- Dashes \
- Down \
- Excl \
- FlipHoriz \
- FlipVert \
- Fold \
- Left \
- Right \
- RotateLeft \
- RotateRight \
- Stipple \
- Term \
- Up
+ bitmaps/Dashes \
+ bitmaps/Down \
+ bitmaps/Excl \
+ bitmaps/FlipHoriz \
+ bitmaps/FlipVert \
+ bitmaps/Fold \
+ bitmaps/Left \
+ bitmaps/Right \
+ bitmaps/RotateLeft \
+ bitmaps/RotateRight \
+ bitmaps/Stipple \
+ bitmaps/Term \
+ bitmaps/Up
# App default files (*.ad)
DISTCHECK_CONFIGURE_FLAGS = --with-appdefaultdir=\$${datadir}/X11/app-defaults
diff --git a/Dashes b/bitmaps/Dashes
index e81aa02..e81aa02 100644
--- a/Dashes
+++ b/bitmaps/Dashes
diff --git a/Down b/bitmaps/Down
index 9790e27..9790e27 100644
--- a/Down
+++ b/bitmaps/Down
diff --git a/Excl b/bitmaps/Excl
index b172389..b172389 100644
--- a/Excl
+++ b/bitmaps/Excl
diff --git a/FlipHoriz b/bitmaps/FlipHoriz
index a72da3d..a72da3d 100644
--- a/FlipHoriz
+++ b/bitmaps/FlipHoriz
diff --git a/FlipVert b/bitmaps/FlipVert
index f5df65b..f5df65b 100644
--- a/FlipVert
+++ b/bitmaps/FlipVert
diff --git a/Fold b/bitmaps/Fold
index ea59a19..ea59a19 100644
--- a/Fold
+++ b/bitmaps/Fold
diff --git a/Left b/bitmaps/Left
index 5c7f141..5c7f141 100644
--- a/Left
+++ b/bitmaps/Left
diff --git a/Right b/bitmaps/Right
index d751a5f..d751a5f 100644
--- a/Right
+++ b/bitmaps/Right
diff --git a/RotateLeft b/bitmaps/RotateLeft
index c4d4b14..c4d4b14 100644
--- a/RotateLeft
+++ b/bitmaps/RotateLeft
diff --git a/RotateRight b/bitmaps/RotateRight
index d54f3c7..d54f3c7 100644
--- a/RotateRight
+++ b/bitmaps/RotateRight
diff --git a/Stipple b/bitmaps/Stipple
index d412e65..d412e65 100644
--- a/Stipple
+++ b/bitmaps/Stipple
diff --git a/Term b/bitmaps/Term
index 19ec399..19ec399 100644
--- a/Term
+++ b/bitmaps/Term
diff --git a/Up b/bitmaps/Up
index 423103f..423103f 100644
--- a/Up
+++ b/bitmaps/Up