diff options
Diffstat (limited to 'data/styles/Makefile.include')
-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 *\~ | ||