]> Dogcows Code - chaz/openbox/blobdiff - Makefile.am
split out the linear cycling into focuscycle.py.
[chaz/openbox] / Makefile.am
index f74c1ca35f8ad680c1d3848eef9f63843a0b5c72..2c96933dff9141ea6061a95e4df8af9054524517 100644 (file)
@@ -1,8 +1,11 @@
-# Makefile.am for Openbox
-
-SUBDIRS = po m4 data doc otk src util
+SUBDIRS = po 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)
 
@@ -11,6 +14,6 @@ distclean-local:
 
 ACLOCAL_AMFLAGS = -I m4
 
-EXTRA_DIST = admin/config.rpath admin/mkinstalldirs ABOUT-NLS INSTALL README \
+EXTRA_DIST = config.rpath mkinstalldirs ABOUT-NLS INSTALL README \
              COPYING AUTHORS CHANGELOG CHANGELOG.Blackbox CHANGELOG.bsetbg \
-             LICENSE README.bbtools README.bsetbg
+             README.bbtools README.bsetbg
This page took 0.020191 seconds and 4 git commands to generate.