X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=060cf7dcbf5a4bf3e36d5e9a87eec30d7d4b8720;hb=2b2beddc7447197d12fcbcae96772e1f38eef138;hp=e393250dc8088eee3467a57eca88bc5b15f8fccc;hpb=35462479fcb29469a5dda95c14cfdf0c425a83d3;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index e393250d..060cf7dc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,16 @@ -# Makefile.am for Openbox - -SUBDIRS = data doc otk src util +#SUBDIRS = po themes doc render cwmcc obcl kernel plugins +SUBDIRS = po themes data render kernel plugins MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in -uninstall-local: - -rmdir $(pkgdatadir) +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