projects
/
mikachu
/
openbox.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
popups for moving and resizing
[mikachu/openbox.git]
/
scripts
/
Makefile.am
1
scriptdir = $(libdir)/openbox/python
2
MAINTAINERCLEANFILES = Makefile.in
3
script_DATA = config.py builtins.py defaults.py focus.py callbacks.py \
4
focusmodel.py windowplacement.py behavior.py motion.py
5
EXTRA_DIST = $(script_DATA)
6
7
distclean-local:
8
rm -f *\~ .\#*
9
uninstall-am:
10
rmdir -p $(scriptdir)