all repos — openbox @ f26f23de50cb7941a7702198e3b4d1b2f9de062e

openbox fork - make it a bit more like ryudo

Makefile.am (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#SUBDIRS = po themes doc render cwmcc obcl kernel plugins
SUBDIRS = po themes data render 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 INSTALL README \
             COPYING AUTHORS CHANGELOG

.PHONY: doc