all repos — openbox @ 8a7bff7a05b20b2f330c4d4e5f768a9bacb44ff9

openbox fork - make it a bit more like ryudo

scripts/Makefile.am (raw)

1
2
3
4
5
6
7
8
9
10
11
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 motion.py \
              historyplacement.py
EXTRA_DIST = $(script_DATA)

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