##// END OF EJS Templates
HTML/XML export now single menu entry...
HTML/XML export now single menu entry * added keyboard shortcuts for print/save * display dialog when export encounters error

File last commit:

r1261:a818e11a merge
r3162:e11b615e
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