all repos — openbox @ 38345bf32eeb1d506ce1f3fde93145a2c55828f3

openbox fork - make it a bit more like ryudo

scripts/Makefile.am (raw)

1
2
3
4
5
6
7
8
9
10
scriptdir = $(libdir)/openbox/python
MAINTAINERCLEANFILES = Makefile.in
script_DATA = config.py builtins.py defaults.py focus.py callbacks.py \
              focusmodel.py windowplacement.py behavior.py
EXTRA_DIST = $(script_DATA)

distclean-local:
	rm -f *\~ .\#*
uninstall-am:
	rmdir -p $(scriptdir)