blob: 26f48fa23c9daed92ba5276ad6a6d3919ce52cd4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Makefile.am for Fluxbox 0.1.x
SUBDIRS = data doc nls src util
MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
ACLOCAL_AMFLAGS = -I .
uninstall-local:
rmdir $(pkgdatadir)
distclean-local:
rm -f *\~
source-doc:
doxygen Doxyfile
|