openbox/Makefile.am
Dana Jansens 2f9efb384d prepare for alpha1 release.
make 'make dist' work.
2003-06-29 08:47:24 +00:00

19 lines
355 B
Makefile

SUBDIRS = m4 po themes data render parser kernel plugins tools
MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
doc:
$(MAKE) -$(MAKEFLAGS) -C doc/doxygen doc
distclean-local:
rm -f *\~ gmon.out .\#*
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = \
config.rpath \
mkinstalldirs \
README \
COPYING \
AUTHORS
.PHONY: doc