]> Dogcows Code - chaz/tint2/blob - Makefile.am
Prepared build-system for tint2conf.
[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 DISTCLEANFILES += configure depcomp config.guess config.sub config.h.in config.h.in~ ltmain.sh missing aclocal.m4 install-sh INSTALL
20
21 dist-hook:
22 find $(distdir)/ -type d -name '.svn' -exec rm -rf {} ';'
23
24 distclean-local: distclean-local-check
25
26 distclean-local-check:
27 -rm -rf autom4te.cache m4
This page took 0.034418 seconds and 4 git commands to generate.