diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-09 12:44:34 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-09 12:44:34 -0700 |
commit | 7c4196d3218d1afa73c930577beeb579c1e87a38 (patch) | |
tree | ac73bf6552f3f74f028514a133c3c0505995fb3f | |
parent | 7886e0b78ba317e02d8496fb83432ee9274f7887 (diff) |
Move bitmaps into a new bitmaps directory
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | Makefile.am | 26 | ||||
-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/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/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 |