]> Dogcows Code - chaz/openbox/blobdiff - Makefile.am
global python scripts. client motion/resizing is all done via python now
[chaz/openbox] / Makefile.am
index 7048d8f5d2aa89807c910d116690625bc0e4f391..3532967b78fadf8b5e566961fddeaaa1dac814f4 100644 (file)
@@ -1,8 +1,13 @@
 # Makefile.am for Openbox
 
-SUBDIRS = intl po m4 data doc otk src
+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.019573 seconds and 4 git commands to generate.