X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=172b3b12a047ba9e9201ca5af7a8e6c3587c4347;hb=953b68a1d619d9bb69fc8594a42693c6c32b4a2f;hp=bf0473bb9610418c3f9b30f0b33645e0fe080ede;hpb=dfc5f034581f5a26cba5c4811500438f89f0634a;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index bf0473bb..172b3b12 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,19 @@ -# Makefile.am for Openbox - -AUTOMAKE_OPTIONS = foreign - -SUBDIRS = data doc nls src util +SUBDIRS = m4 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 + rm -f *\~ gmon.out .\#* + +ACLOCAL_AMFLAGS = -I m4 + +EXTRA_DIST = \ + config.rpath \ + mkinstalldirs \ + README \ + COPYING \ + AUTHORS + +.PHONY: doc