]> Dogcows Code - chaz/openbox/blobdiff - Makefile.am
global python scripts. client motion/resizing is all done via python now
[chaz/openbox] / Makefile.am
index db649f90f810c4f572bfbb18be0d7382d625d78c..3532967b78fadf8b5e566961fddeaaa1dac814f4 100644 (file)
@@ -1,8 +1,13 @@
 # Makefile.am for Openbox
 
-SUBDIRS = intl  po m4 data doc otk src util
+SUBDIRS = intl po m4 data doc otk src scripts
 MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
 
+.PHONY: doc
+
+doc:
+       $(MAKE) -$(MAKEFLAGS) -C doc/doxygen doc
+
 uninstall-local:
        -rmdir $(pkgdatadir)
 
This page took 0.020978 seconds and 4 git commands to generate.