]> Dogcows Code - chaz/tint2/blob - Makefile.am
7afd8478f34cbb80d26480083bcccb2400e68906
[chaz/tint2] / Makefile.am
1 rcdir = $(sysconfdir)/xdg/$(PACKAGE_NAME)
2
3 ACLOCAL_AMFLAGS = -I m4
4
5 SUBDIRS = doc src
6 dist_doc_DATA = AUTHORS ChangeLog NEWS README
7 EXTRA_DIST = autogen.sh README.source
8
9 dist_rc_DATA = tint2rc
10
11 if INSTALL_EXAMPLES
12 examplesdir = $(docdir)/examples
13 dist_examples_DATA = tintrc01 tintrc02 tintrc03 tintrc04 tintrc05 tintrc06
14 else
15 examplesdir =
16 dist_examples_DATA =
17 endif
18
19 dist_pkgdata_DATA = default_icon.png
20
21 DISTCLEANFILES += configure depcomp config.guess config.sub config.h.in config.h.in~ ltmain.sh missing aclocal.m4 install-sh INSTALL
22
23 dist-hook:
24 find $(distdir)/ -type d -name '.svn' -exec rm -rf {} ';'
25
26 distclean-local: distclean-local-check
27
28 distclean-local-check:
29 -rm -rf autom4te.cache m4
This page took 0.032234 seconds and 3 git commands to generate.