diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-04-26 09:26:27 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2011-04-27 10:10:12 (GMT) |
commit | 38b678e4cb3e24882a7c37fe06040ff0c47775b1 (patch) | |
tree | a3d0b902c6dd30ddca39d5382a665be8c9bd9ced /Makefile.am | |
parent | be90145227ca5cb9b54547ccb3905419f4d4f9d9 (diff) | |
download | fluxbox-38b678e4cb3e24882a7c37fe06040ff0c47775b1.zip fluxbox-38b678e4cb3e24882a7c37fe06040ff0c47775b1.tar.bz2 |
Make sure `make distcheck' is successful
- added rmdir commands to uninstall rules of all Makefiles under data/styles
- added \n at the end of files which had none
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index b0c5dfb..136824f 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -8,8 +8,8 @@ MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in | |||
8 | ACLOCAL_AMFLAGS = -I . | 8 | ACLOCAL_AMFLAGS = -I . |
9 | EXTRA_DIST = acinclude.m4 $(top_srcdir)/3rd/vim/* $(top_srcdir)/3rd/vim/syntax/* | 9 | EXTRA_DIST = acinclude.m4 $(top_srcdir)/3rd/vim/* $(top_srcdir)/3rd/vim/syntax/* |
10 | 10 | ||
11 | uninstall-local: | 11 | uninstall-hook: |
12 | rmdir $(pkgdatadir) | 12 | rmdir $(DESTDIR)$(pkgdatadir) |
13 | distclean-local: | 13 | distclean-local: |
14 | rm -f *\~ | 14 | rm -f *\~ |
15 | 15 | ||