diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-04-26 09:26:27 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2011-04-27 10:10:12 (GMT) |
commit | 38b678e4cb3e24882a7c37fe06040ff0c47775b1 (patch) | |
tree | a3d0b902c6dd30ddca39d5382a665be8c9bd9ced /data/styles/Emerge/pixmaps/Makefile.am | |
parent | be90145227ca5cb9b54547ccb3905419f4d4f9d9 (diff) | |
download | fluxbox_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/Emerge/pixmaps/Makefile.am')
-rw-r--r-- | data/styles/Emerge/pixmaps/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
7 | EXTRA_DIST=$(style_DATA) | 7 | |
8 | include ../../Makefile.include | ||