aboutsummaryrefslogtreecommitdiff
path: root/data/styles/Emerge
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-04-26 09:26:27 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2011-04-27 10:10:12 (GMT)
commit38b678e4cb3e24882a7c37fe06040ff0c47775b1 (patch)
treea3d0b902c6dd30ddca39d5382a665be8c9bd9ced /data/styles/Emerge
parentbe90145227ca5cb9b54547ccb3905419f4d4f9d9 (diff)
downloadfluxbox_pavel-38b678e4cb3e24882a7c37fe06040ff0c47775b1.zip
fluxbox_pavel-38b678e4cb3e24882a7c37fe06040ff0c47775b1.tar.bz2
Make sure `make distcheck' is successful
- added rmdir commands to uninstall rules of all Makefiles under data/styles - added \n at the end of files which had none
Diffstat (limited to 'data/styles/Emerge')
-rw-r--r--data/styles/Emerge/Makefile.am3
-rw-r--r--data/styles/Emerge/pixmaps/Makefile.am3
2 files changed, 4 insertions, 2 deletions
diff --git a/data/styles/Emerge/Makefile.am b/data/styles/Emerge/Makefile.am
index 5c01b44..4054bd7 100644
--- a/data/styles/Emerge/Makefile.am
+++ b/data/styles/Emerge/Makefile.am
@@ -2,4 +2,5 @@ SUBDIRS=pixmaps
2styledir = $(pkgdatadir)/styles/Emerge 2styledir = $(pkgdatadir)/styles/Emerge
3 3
4style_DATA = theme.cfg 4style_DATA = theme.cfg
5EXTRA_DIST=$(style_DATA) 5
6include ../Makefile.include
diff --git a/data/styles/Emerge/pixmaps/Makefile.am b/data/styles/Emerge/pixmaps/Makefile.am
index 70262ce..4165e1c 100644
--- a/data/styles/Emerge/pixmaps/Makefile.am
+++ b/data/styles/Emerge/pixmaps/Makefile.am
@@ -4,4 +4,5 @@ style_DATA = bullet.xpm close.xpm icon.xpm max.xpm stick-unfocus.xpm \
4 stuck-unfocus.xpm close-pressed.xpm icon-pressed.xpm max-pressed.xpm \ 4 stuck-unfocus.xpm close-pressed.xpm icon-pressed.xpm max-pressed.xpm \
5 selected.xpm stick.xpm stuck.xpm close-unfocus.xpm icon-unfocus.xpm \ 5 selected.xpm stick.xpm stuck.xpm close-unfocus.xpm icon-unfocus.xpm \
6 max-unfocus.xpm stick-pressed.xpm stuck-pressed.xpm unselected.xpm 6 max-unfocus.xpm stick-pressed.xpm stuck-pressed.xpm unselected.xpm
7EXTRA_DIST=$(style_DATA) 7
8include ../../Makefile.include