##// END OF EJS Templates
Fixing tests that are broken when dependencies are missing....
Fixing tests that are broken when dependencies are missing. I have also fixed a number of other small problems getting ready for the release.

File last commit:

r1303:8d9d1dbc
r1557:50c55f4b merge
Show More
plugins.mk
21 lines | 241 B | text/x-makefile | MakefileLexer
%.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