aboutsummaryrefslogtreecommitdiff
path: root/data/styles/arch
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/arch
parentbe90145227ca5cb9b54547ccb3905419f4d4f9d9 (diff)
downloadfluxbox_paul-38b678e4cb3e24882a7c37fe06040ff0c47775b1.zip
fluxbox_paul-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/arch')
-rw-r--r--data/styles/arch/Makefile.am3
-rw-r--r--data/styles/arch/pixmaps/Makefile.am3
2 files changed, 4 insertions, 2 deletions
diff --git a/data/styles/arch/Makefile.am b/data/styles/arch/Makefile.am
index 2f04b7f..bc1aafa 100644
--- a/data/styles/arch/Makefile.am
+++ b/data/styles/arch/Makefile.am
@@ -2,4 +2,5 @@ SUBDIRS=pixmaps
2styledir = $(pkgdatadir)/styles/arch 2styledir = $(pkgdatadir)/styles/arch
3 3
4style_DATA = theme.cfg 4style_DATA = theme.cfg
5EXTRA_DIST=$(style_DATA) 5
6include ../Makefile.include
diff --git a/data/styles/arch/pixmaps/Makefile.am b/data/styles/arch/pixmaps/Makefile.am
index f9e7501..fb94c36 100644
--- a/data/styles/arch/pixmaps/Makefile.am
+++ b/data/styles/arch/pixmaps/Makefile.am
@@ -8,4 +8,5 @@ style_DATA = closepr.xpm gripfcs.xpm maxufcs.xpm menuiconufcs.xpm \
8 frame.xpm maxpr.xpm menuiconpr.xpm minpr.xpm shadefcs.xpm \ 8 frame.xpm maxpr.xpm menuiconpr.xpm minpr.xpm shadefcs.xpm \
9 stickfcs.xpm stuckfcs.xpm tbarufcs.xpm unshadepr.xpm 9 stickfcs.xpm stuckfcs.xpm tbarufcs.xpm unshadepr.xpm
10 10
11EXTRA_DIST=$(style_DATA) 11
12include ../../Makefile.include