##// END OF EJS Templates
minor improvements to text placement in qtconsole...
minor improvements to text placement in qtconsole * allow `before_prompt=True` behavior to have effect during raw_input * append 'cannot restart' message before the prompt, so it doesn't get mixed up with input.

File last commit:

r2661:595fc3b9
r5478:ae00badb
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