X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=060cf7dcbf5a4bf3e36d5e9a87eec30d7d4b8720;hb=0e28a07e3d6677aa6af9ad97fbc55f8101f3fdf2;hp=cdad429f12619b1cf8a831fd03b7c34008ed10c1;hpb=7bf96a9123a9f6b29a4c6168f7391db72f374f8a;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index cdad429f..060cf7dc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,16 @@ -# Makefile.am for Openbox - -SUBDIRS = data doc 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