##// END OF EJS Templates
Made 'old' readline work again (GetOutpuFile was not exported ...
Made 'old' readline work again (GetOutpuFile was not exported with 'from readline import *', need to access via real module)

File last commit:

r0:6f629fcc
r164:c66a3f62
Show More
update_version.sh
3 lines | 84 B | application/x-sh | BashLexer
#!/bin/sh
ver=`ipython -V`
sed "s/__version__/${ver}/" manual_base.lyx > manual.lyx