X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=172b3b12a047ba9e9201ca5af7a8e6c3587c4347;hb=953b68a1d619d9bb69fc8594a42693c6c32b4a2f;hp=aff7de323e96b58cdaad7c6cce68ff880c93d802;hpb=f8a47de5ec444c452093371e3db16857eb39a490;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index aff7de32..172b3b12 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,6 @@ -SUBDIRS = po data themes doc render kernel engines python +SUBDIRS = m4 po themes data render parser kernel plugins tools MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in -.PHONY: doc - doc: $(MAKE) -$(MAKEFLAGS) -C doc/doxygen doc @@ -11,5 +9,11 @@ distclean-local: ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = config.rpath mkinstalldirs INSTALL README \ - COPYING AUTHORS CHANGELOG +EXTRA_DIST = \ + config.rpath \ + mkinstalldirs \ + README \ + COPYING \ + AUTHORS + +.PHONY: doc