diff options
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 *\~ | ||