8a05ae261d
some better comments about what options can be used.
11 lines
366 B
Makefile
11 lines
366 B
Makefile
scriptdir = $(libdir)/openbox/python
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
script_DATA = config.py defaults.py focus.py callbacks.py \
|
|
focusmodel.py windowplacement.py behavior.py motion.py \
|
|
historyplacement.py stackedcycle.py focuscycle.py
|
|
EXTRA_DIST = $(script_DATA)
|
|
|
|
distclean-local:
|
|
rm -f *\~ .\#*
|
|
uninstall-am:
|
|
rmdir -p $(scriptdir)
|