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
This commit is contained in:
Pavel Labath 2011-04-26 11:26:27 +02:00 committed by Mathias Gumz
parent be90145227
commit 38b678e4cb
20 changed files with 37 additions and 28 deletions

View file

@ -8,8 +8,8 @@ MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
ACLOCAL_AMFLAGS = -I .
EXTRA_DIST = acinclude.m4 $(top_srcdir)/3rd/vim/* $(top_srcdir)/3rd/vim/syntax/*
uninstall-local:
rmdir $(pkgdatadir)
uninstall-hook:
rmdir $(DESTDIR)$(pkgdatadir)
distclean-local:
rm -f *\~

View file

@ -2,4 +2,5 @@ SUBDIRS=pixmaps
styledir = $(pkgdatadir)/styles/BlueFlux
style_DATA = theme.cfg
EXTRA_DIST=$(style_DATA)
include ../Makefile.include

View file

@ -8,4 +8,4 @@ style_DATA = button_close_active.xpm button_close_pressed.xpm \
button_toolbar.xpm button_toolbar_pressed.xpm menu_frame.xpm title_bar.xpm \
title_bar_unfocus.xpm toolbar.xpm toolbar_label.xpm
EXTRA_DIST=$(style_DATA)
include ../../Makefile.include

View file

@ -2,4 +2,5 @@ SUBDIRS=pixmaps
styledir = $(pkgdatadir)/styles/Emerge
style_DATA = theme.cfg
EXTRA_DIST=$(style_DATA)
include ../Makefile.include

View file

@ -4,4 +4,5 @@ style_DATA = bullet.xpm close.xpm icon.xpm max.xpm stick-unfocus.xpm \
stuck-unfocus.xpm close-pressed.xpm icon-pressed.xpm max-pressed.xpm \
selected.xpm stick.xpm stuck.xpm close-unfocus.xpm icon-unfocus.xpm \
max-unfocus.xpm stick-pressed.xpm stuck-pressed.xpm unselected.xpm
EXTRA_DIST=$(style_DATA)
include ../../Makefile.include

View file

@ -3,15 +3,9 @@ SUBDIRS=Emerge BlueFlux bora_black bora_blue bora_green \
arch carp ostrich green_tea bloe
styledir = $(pkgdatadir)/styles
MAINTAINERCLEANFILES = Makefile.in
style_DATA = Makro MerleyKay Artwiz Flux \
Nyz Operation Outcomes Results Shade LemonSpace \
Twice qnx-photon BlueNight Meta
EXTRA_DIST=$(style_DATA)
uninstall-local:
rmdir $(styledir)
distclean-local:
rm -f *\~
include Makefile.include

View file

@ -2,4 +2,5 @@ SUBDIRS=pixmaps
styledir = $(pkgdatadir)/styles/arch
style_DATA = theme.cfg
EXTRA_DIST=$(style_DATA)
include ../Makefile.include

View file

@ -8,4 +8,5 @@ style_DATA = closepr.xpm gripfcs.xpm maxufcs.xpm menuiconufcs.xpm \
frame.xpm maxpr.xpm menuiconpr.xpm minpr.xpm shadefcs.xpm \
stickfcs.xpm stuckfcs.xpm tbarufcs.xpm unshadepr.xpm
EXTRA_DIST=$(style_DATA)
include ../../Makefile.include

View file

@ -2,4 +2,5 @@ SUBDIRS=pixmaps
styledir = $(pkgdatadir)/styles/bloe
style_DATA = theme.cfg
EXTRA_DIST=$(style_DATA)
include ../Makefile.include

View file

@ -10,4 +10,4 @@ style_DATA = bullet.xpm closepr.xpm frame.xpm maxfcs.xpm \
stickufcs.xpm stuckufcs.xpm tbarufcs.xpm \
unshadefcs.xpm unshadeufcs.xpm windowlabelufcs.xpm
EXTRA_DIST=$(style_DATA)
include ../../Makefile.include

View file

@ -1,4 +1,5 @@
styledir = $(pkgdatadir)/styles/bora_black
style_DATA = theme.cfg
EXTRA_DIST=$(style_DATA)
include ../Makefile.include

View file

@ -1,4 +1,5 @@
styledir = $(pkgdatadir)/styles/bora_blue
style_DATA = theme.cfg
EXTRA_DIST=$(style_DATA)
include ../Makefile.include

View file

@ -1,4 +1,5 @@
styledir = $(pkgdatadir)/styles/bora_green
style_DATA = theme.cfg
EXTRA_DIST=$(style_DATA)
include ../Makefile.include

View file

@ -1,4 +1,5 @@
styledir = $(pkgdatadir)/styles/carp
style_DATA = theme.cfg
EXTRA_DIST=$(style_DATA)
include ../Makefile.include

View file

@ -1,4 +1,5 @@
styledir = $(pkgdatadir)/styles/green_tea
style_DATA = theme.cfg
EXTRA_DIST=$(style_DATA)
include ../Makefile.include

View file

@ -1,4 +1,5 @@
styledir = $(pkgdatadir)/styles/ostrich
style_DATA = theme.cfg
EXTRA_DIST=$(style_DATA)
include ../Makefile.include

View file

@ -1,4 +1,5 @@
styledir = $(pkgdatadir)/styles/zimek_bisque
style_DATA = theme.cfg
EXTRA_DIST=$(style_DATA)
include ../Makefile.include

View file

@ -1,4 +1,5 @@
styledir = $(pkgdatadir)/styles/zimek_darkblue
style_DATA = theme.cfg
EXTRA_DIST=$(style_DATA)
include ../Makefile.include

View file

@ -1,4 +1,5 @@
styledir = $(pkgdatadir)/styles/zimek_green
style_DATA = theme.cfg
EXTRA_DIST=$(style_DATA)
include ../Makefile.include

View file

@ -37,8 +37,8 @@ PROGRAM_SUFFIX=@program_suffix@
AM_CPPFLAGS=
bin_PROGRAMS= fluxbox
BUILT_SOURCES = defaults.hh
CONFIG_CLEAN_FILES = defaults.hh
BUILT_SOURCES = defaults.hh defaults.cc
CONFIG_CLEAN_FILES = defaults.hh defaults.cc
defaults.hh: Makefile
@( \
echo '// This file is generated from Makefile. Do not edit!'; \