X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=060cf7dcbf5a4bf3e36d5e9a87eec30d7d4b8720;hb=16a9ac018ed77e245e873be60729be509fa1ce92;hp=23cfc45ab4b08e85c1c6209f9ce0bdc5c5f000eb;hpb=7ca4d98726f40fe6ec5b1335ee02d05ba0c18e57;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index 23cfc45a..060cf7dc 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 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 + rm -f *\~ gmon.out .\#* + +ACLOCAL_AMFLAGS = -I m4 + +EXTRA_DIST = config.rpath mkinstalldirs INSTALL README \ + COPYING AUTHORS CHANGELOG + +.PHONY: doc