]> Dogcows Code - chaz/openbox/blobdiff - Makefile.am
prepare for alpha1 release.
[chaz/openbox] / Makefile.am
index 3532967b78fadf8b5e566961fddeaaa1dac814f4..172b3b12a047ba9e9201ca5af7a8e6c3587c4347 100644 (file)
@@ -1,21 +1,19 @@
-# Makefile.am for Openbox
-
-SUBDIRS = intl po m4 data doc otk src scripts
+SUBDIRS = m4 po themes data render parser kernel plugins tools
 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)
-
 distclean-local:
        rm -f *\~ gmon.out .\#*
 
 ACLOCAL_AMFLAGS = -I m4
 
-EXTRA_DIST = config.rpath mkinstalldirs ABOUT-NLS INSTALL README \
-             COPYING AUTHORS CHANGELOG CHANGELOG.Blackbox CHANGELOG.bsetbg \
-             LICENSE README.bbtools README.bsetbg
+EXTRA_DIST = \
+  config.rpath \
+  mkinstalldirs \
+  README \
+  COPYING \
+  AUTHORS
+
+.PHONY: doc
This page took 0.021978 seconds and 4 git commands to generate.