diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-04-27 12:10:37 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2011-04-27 12:17:07 (GMT) |
commit | 55ee0b72a3586eaec8b5ac00a0d9bca747c70ca8 (patch) | |
tree | 7b71d34cf8efeacbb6599e83d67db2983b6ec71e /data | |
parent | 38b678e4cb3e24882a7c37fe06040ff0c47775b1 (diff) | |
download | fluxbox-55ee0b72a3586eaec8b5ac00a0d9bca747c70ca8.zip fluxbox-55ee0b72a3586eaec8b5ac00a0d9bca747c70ca8.tar.bz2 |
Woops, forgot to add the file.
Diffstat (limited to 'data')
-rw-r--r-- | data/styles/Makefile.include | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/styles/Makefile.include b/data/styles/Makefile.include new file mode 100644 index 0000000..2a99c2b --- /dev/null +++ b/data/styles/Makefile.include | |||
@@ -0,0 +1,10 @@ | |||
1 | ## included by all Makefile.am files under the data/styles directory | ||
2 | |||
3 | MAINTAINERCLEANFILES = Makefile.in | ||
4 | |||
5 | EXTRA_DIST=$(style_DATA) | ||
6 | |||
7 | uninstall-hook: | ||
8 | rmdir $(DESTDIR)$(styledir) | ||
9 | distclean-local: | ||
10 | rm -f *\~ | ||