openbox/Makefile.am

20 lines
355 B
Text
Raw Normal View History

SUBDIRS = m4 po themes data render parser kernel plugins tools
2003-04-13 21:17:02 +00:00
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
2003-04-13 21:17:02 +00:00
.PHONY: doc