X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=8e701c9ca6c7137f92678ff6135b830ef3927f09;hb=37169289844646c60985f9a77c0bb8935ac98515;hp=bf0473bb9610418c3f9b30f0b33645e0fe080ede;hpb=dfc5f034581f5a26cba5c4811500438f89f0634a;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index bf0473bb..8e701c9c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,16 @@ -# Makefile.am for Openbox - -AUTOMAKE_OPTIONS = foreign - -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 + rm -f *\~ gmon.out .\#* + +ACLOCAL_AMFLAGS = -I m4 + +EXTRA_DIST = config.rpath mkinstalldirs INSTALL README \ + COPYING AUTHORS CHANGELOG + +.PHONY: doc