Woops, forgot to add the file.
This commit is contained in:
parent
38b678e4cb
commit
55ee0b72a3
1 changed files with 10 additions and 0 deletions
10
data/styles/Makefile.include
Normal file
10
data/styles/Makefile.include
Normal file
|
@ -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 *\~
|
Loading…
Reference in a new issue