X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=433af840f589441e36f502da4f5f2c8c09592b91;hb=ddeb066ed4b112d9e8b1b7941addfea06b5c2a99;hp=cdad429f12619b1cf8a831fd03b7c34008ed10c1;hpb=7bf96a9123a9f6b29a4c6168f7391db72f374f8a;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index cdad429f..433af840 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,15 @@ -# Makefile.am for Openbox - -SUBDIRS = data doc src util +SUBDIRS = po themes data render parser 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