diff options
Diffstat (limited to 'data/styles/Makefile.am')
-rw-r--r-- | data/styles/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/styles/Makefile.am b/data/styles/Makefile.am new file mode 100644 index 0000000..61ae0e0 --- /dev/null +++ b/data/styles/Makefile.am | |||
@@ -0,0 +1,12 @@ | |||
1 | # data/styles/Makefile.am for Blackbox 0.61.x - an X11 Window manager | ||
2 | |||
3 | styledir = $(pkgdatadir)/styles | ||
4 | MAINTAINERCLEANFILES = Makefile.in | ||
5 | |||
6 | style_DATA = Makro MerleyKay Clean CleanColor Artwiz Cthulhain Flux Minimal Nyz Operation Outcomes Rampage Rancor Results Shade Spiff TDF Twice Blue Carbondioxide qnx-photon | ||
7 | EXTRA_DIST=$(style_DATA) | ||
8 | |||
9 | uninstall-local: | ||
10 | rmdir $(styledir) | ||
11 | distclean-local: | ||
12 | rm -f *\~ | ||