]> Dogcows Code - chaz/openbox/blob - Makefile.am
add buttons to the tree.rm stupid comments in Makefile.ams
[chaz/openbox] / Makefile.am
1 SUBDIRS = po data doc otk src scripts
2 MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
3
4 .PHONY: doc
5
6 doc:
7 $(MAKE) -$(MAKEFLAGS) -C doc/doxygen doc
8
9 uninstall-local:
10 -rmdir $(pkgdatadir)
11
12 distclean-local:
13 rm -f *\~ gmon.out .\#*
14
15 ACLOCAL_AMFLAGS = -I m4
16
17 EXTRA_DIST = config.rpath mkinstalldirs ABOUT-NLS INSTALL README \
18 COPYING AUTHORS CHANGELOG CHANGELOG.Blackbox CHANGELOG.bsetbg \
19 LICENSE README.bbtools README.bsetbg
This page took 0.03183 seconds and 4 git commands to generate.