##// END OF EJS Templates
Moving find_exe -> platutils.find_cmd and making is cross platform....
Moving find_exe -> platutils.find_cmd and making is cross platform. The find_cmd function used to be in ipcluster.py to find executables on win32. We need this on all platforms and now we have it!

File last commit:

r1303:8d9d1dbc
r1975:b9f52eba
Show More
plugins.mk
21 lines | 241 B | text/x-makefile | MakefileLexer
Barry Wark <barrywarkatgmaildotcom>
py2app plugin for Cocoa frontend
r1302 %.plugin::
rm -rf dist/$(notdir $@)
rm -rf build dist && \
python setup.py py2app -s
%.py:
@echo "test -f $@"
@test -f %@
%.nib:
@echo "test -f $@"
@test -f %@
.DEFAULT_GOAL := all
.PHONY : all clean
clean :
rm -rf build dist