all repos — tint2 @ 8193f7f4942edb041789e352c27786540dfbbc81

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Makefile.am (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
rcdir = $(sysconfdir)/xdg/$(PACKAGE_NAME)

ACLOCAL_AMFLAGS = -I m4

SUBDIRS = doc src
dist_doc_DATA = AUTHORS ChangeLog NEWS README
EXTRA_DIST = autogen.sh README.source

dist_rc_DATA = tint2rc

if INSTALL_EXAMPLES
examplesdir = $(docdir)/examples
dist_examples_DATA = tintrc01 tintrc02 tintrc03 tintrc04 tintrc05 tintrc06
else
examplesdir =
dist_examples_DATA =
endif

dist_pkgdata_DATA = default_icon.png

DISTCLEANFILES += configure depcomp config.guess config.sub config.h.in config.h.in~ ltmain.sh missing aclocal.m4 install-sh INSTALL

dist-hook:
	find $(distdir)/ -type d -name '.svn' -exec rm -rf {} ';'

distclean-local: distclean-local-check

distclean-local-check:
	-rm -rf autom4te.cache m4