all repos — tint2 @ 3926a0026cd1087c1ab5880dcf6ecfe3b44d6c16

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
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

DISTCLEANFILES = configure depcomp config.guess config.sub config.h.in config.h.in~ ltmain.sh missing aclocal.m4 install-sh Makefile.in 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