X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=060cf7dcbf5a4bf3e36d5e9a87eec30d7d4b8720;hb=7a166a383805f7693e0800f3bf693e3736463a0d;hp=20bfe4ad6ae69de2468173da1ee8208647a1201e;hpb=37050803a6340a31de87cd19a8418163c8550ea8;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index 20bfe4ad..060cf7dc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,14 +1,10 @@ -SUBDIRS = po data doc otk wrap src scripts +#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 -.PHONY: doc - doc: $(MAKE) -$(MAKEFLAGS) -C doc/doxygen doc -uninstall-local: - -rmdir $(pkgdatadir) - distclean-local: rm -f *\~ gmon.out .\#* @@ -16,3 +12,5 @@ ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = config.rpath mkinstalldirs INSTALL README \ COPYING AUTHORS CHANGELOG + +.PHONY: doc