From 55ee0b72a3586eaec8b5ac00a0d9bca747c70ca8 Mon Sep 17 00:00:00 2001
From: Pavel Labath <pavelo@centrum.sk>
Date: Wed, 27 Apr 2011 14:10:37 +0200
Subject: Woops, forgot to add the file.

---
 data/styles/Makefile.include | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 data/styles/Makefile.include

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 @@
+## included by all Makefile.am files under the data/styles directory
+
+MAINTAINERCLEANFILES = Makefile.in
+
+EXTRA_DIST=$(style_DATA)
+
+uninstall-hook:
+	rmdir $(DESTDIR)$(styledir)
+distclean-local:
+	rm -f *\~
-- 
cgit v0.11.2