X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=8e701c9ca6c7137f92678ff6135b830ef3927f09;hb=f26f23de50cb7941a7702198e3b4d1b2f9de062e;hp=f5e5b9722dbe747c501dc7b19ef7f85a8c732d94;hpb=7a55323343635d8a29bb62cd49d8d6a5c103f317;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index f5e5b972..8e701c9c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,16 @@ -# Makefile.am for Openbox - -SUBDIRS = data doc nls src util +#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 -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