On Thu, Nov 12, 2015 at 07:18:54PM +0100, Georg Baum wrote: > Scott Kostyshak wrote: > > > Thanks for volunteering. Please go ahead. > > This is now finished. While doing this, I noticed that the following items > should probably be part of the release check list (don't know which items > are already there): > > > - update development/tools/gen_lfuns.py to generate current format > - regenerate lib/doc/LFUNs.lyx using development/tools/gen_lfuns.py > - update docs to current format using development/tools/updatedocs.py
When running this script, there are some trailing spaces that are removed after '\author ...'. This does not seem to be a problem: when LyX saves the file it will just add the trailing spaces back. But if it is easy it would be nice to not have this extra change (or to fix LyX so it does not introduce the trailing spaces in the first place). Also, templates and examples are skipped. And it seems we might as well update development/MacOSX/ReadMe. I have updated the script at 08d3456a. My python skills are poor so please double check my changes. > - update layouts to current format using development/tools/updatelayouts.py > - check whether all files in lib/ that are supposed to be distributed (like > example etc) are in the tar ball (we should have a script for that as well) Thanks for the helper scripts, Georg. I was calling lyx2lyx and layout2layout from find -exec, which is more fragile than having dedicated scripts. Scott