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/Makefile.am | |
parent | be90145227ca5cb9b54547ccb3905419f4d4f9d9 (diff) | |
download | fluxbox-38b678e4cb3e24882a7c37fe06040ff0c47775b1.zip fluxbox-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/Makefile.am')
-rw-r--r-- | data/styles/Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/data/styles/Makefile.am b/data/styles/Makefile.am index 702960f..997aac5 100644 --- a/data/styles/Makefile.am +++ b/data/styles/Makefile.am | |||
@@ -3,15 +3,9 @@ SUBDIRS=Emerge BlueFlux bora_black bora_blue bora_green \ | |||
3 | arch carp ostrich green_tea bloe | 3 | arch carp ostrich green_tea bloe |
4 | 4 | ||
5 | styledir = $(pkgdatadir)/styles | 5 | styledir = $(pkgdatadir)/styles |
6 | MAINTAINERCLEANFILES = Makefile.in | ||
7 | 6 | ||
8 | style_DATA = Makro MerleyKay Artwiz Flux \ | 7 | style_DATA = Makro MerleyKay Artwiz Flux \ |
9 | Nyz Operation Outcomes Results Shade LemonSpace \ | 8 | Nyz Operation Outcomes Results Shade LemonSpace \ |
10 | Twice qnx-photon BlueNight Meta | 9 | Twice qnx-photon BlueNight Meta |
11 | 10 | ||
12 | EXTRA_DIST=$(style_DATA) | 11 | include Makefile.include |
13 | |||
14 | uninstall-local: | ||
15 | rmdir $(styledir) | ||
16 | distclean-local: | ||
17 | rm -f *\~ | ||