]> Dogcows Code - chaz/openbox/blobdiff - Makefile.am
put the render theme into a struct
[chaz/openbox] / Makefile.am
index f5e5b9722dbe747c501dc7b19ef7f85a8c732d94..433af840f589441e36f502da4f5f2c8c09592b91 100644 (file)
@@ -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 .\#*
+
+ACLOCAL_AMFLAGS = -I m4
+
+EXTRA_DIST = config.rpath mkinstalldirs INSTALL README \
+             COPYING AUTHORS CHANGELOG
+
+.PHONY: doc
This page took 0.022345 seconds and 4 git commands to generate.