X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=433af840f589441e36f502da4f5f2c8c09592b91;hb=349d0167dbee10ccb1c6200709286a5134ac7121;hp=23cfc45ab4b08e85c1c6209f9ce0bdc5c5f000eb;hpb=7ca4d98726f40fe6ec5b1335ee02d05ba0c18e57;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index 23cfc45a..433af840 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,15 @@ -# Makefile.am for Openbox - -SUBDIRS = data doc nls 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 + rm -f *\~ gmon.out .\#* + +ACLOCAL_AMFLAGS = -I m4 + +EXTRA_DIST = config.rpath mkinstalldirs INSTALL README \ + COPYING AUTHORS CHANGELOG + +.PHONY: doc