openbox/Makefile.am

17 lines
410 B
Text
Raw Normal View History

2003-04-13 21:17:02 +00:00
#SUBDIRS = po themes doc render cwmcc obcl kernel plugins
2003-05-10 21:33:21 +00:00
SUBDIRS = po themes data render kernel plugins
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 INSTALL README \
COPYING AUTHORS CHANGELOG
.PHONY: doc