##// END OF EJS Templates
- Make autoedit_syntax true by default...
- Make autoedit_syntax true by default - Add Ville's patch for better backslash handling in paths.

File last commit:

r0:6f629fcc
r57:40f64c99
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