]> Dogcows Code - chaz/openbox/blobdiff - Makefile.am
comment stuff correctly for xresources
[chaz/openbox] / Makefile.am
index bf0473bb9610418c3f9b30f0b33645e0fe080ede..be66ed9afeece30ac9b5a64178da1f260580b646 100644 (file)
@@ -1,12 +1,15 @@
-# Makefile.am for Openbox
-
-AUTOMAKE_OPTIONS = foreign
-
-SUBDIRS = data doc nls src util
+SUBDIRS = po data themes doc render kernel engines plugins
 MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
 
-uninstall-local:
-       -rmdir $(pkgdatadir)
+.PHONY: doc
+
+doc:
+       $(MAKE) -$(MAKEFLAGS) -C doc/doxygen doc
 
 distclean-local:
-       rm -f *\~ gmon.out
+       rm -f *\~ gmon.out .\#*
+
+ACLOCAL_AMFLAGS = -I m4
+
+EXTRA_DIST = config.rpath mkinstalldirs INSTALL README \
+             COPYING AUTHORS CHANGELOG
This page took 0.019798 seconds and 4 git commands to generate.