From c4aa7b9c7d4203fe4466ff65b500596a4adf8972 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 14 Jan 2010 14:05:50 +0000 Subject: [PATCH] Comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33029 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/scripts/layout2layout.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/scripts/layout2layout.py b/lib/scripts/layout2layout.py index 6b4342212a..ad6fefb6ff 100644 --- a/lib/scripts/layout2layout.py +++ b/lib/scripts/layout2layout.py @@ -81,6 +81,10 @@ import os, re, string, sys # Do not forget to document format change in Customization # Manual (section "Declaring a new text class"). +# You might also want to consider running the +# development/tools/updatelayouts.sh script to update all +# layout files to the new format. + currentFormat = 21 -- 2.39.2