aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 3d9b5bfa8d9fc33703ae39e7447590db1f310606 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

# Makefile.am for Fluxbox - http://fluxbox.org

# data dir after util so that utils are built for path searching
# when generating menu

SUBDIRS = doc nls src util data
MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = $(top_srcdir)/3rd/vim/* $(top_srcdir)/3rd/vim/syntax/* build-aux/config.rpath

uninstall-hook:
	rmdir $(DESTDIR)$(pkgdatadir)
distclean-local:
	rm -f *\~

source-doc:
	doxygen Doxyfile