]> Dogcows Code - chaz/openbox/blob - Makefile.am
prepare for alpha1 release.
[chaz/openbox] / Makefile.am
1 SUBDIRS = m4 po themes data render parser kernel plugins tools
2 MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
3
4 doc:
5 $(MAKE) -$(MAKEFLAGS) -C doc/doxygen doc
6
7 distclean-local:
8 rm -f *\~ gmon.out .\#*
9
10 ACLOCAL_AMFLAGS = -I m4
11
12 EXTRA_DIST = \
13 config.rpath \
14 mkinstalldirs \
15 README \
16 COPYING \
17 AUTHORS
18
19 .PHONY: doc
This page took 0.034291 seconds and 4 git commands to generate.