From 69793a6cc5fbe5d29f07922c765fecb55a9b4ec5 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Mon, 28 Feb 2011 07:47:11 +0000 Subject: [PATCH] Clarify makelsr.py "do not edit" message. --- scripts/auxiliar/makelsr.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/scripts/auxiliar/makelsr.py b/scripts/auxiliar/makelsr.py index a7d89eb4da..adf8681638 100755 --- a/scripts/auxiliar/makelsr.py +++ b/scripts/auxiliar/makelsr.py @@ -21,13 +21,19 @@ If a snippet is present in both directories, the one from %(NEW_LYS)s is preferred. ''' % vars () -LY_HEADER_LSR = '''%% Do not edit this file; it is automatically +LY_HEADER_LSR = '''%% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.dsi.unimi.it +%% Make any changes in LSR itself, or in Documentation/snippets/new/ , +%% and then run scripts/auxiliar/makelsr.py +%% %% This file is in the public domain. ''' -LY_HEADER_NEW = '''%% Do not edit this file; it is automatically +LY_HEADER_NEW = '''%% DO NOT EDIT this file manually; it is automatically %% generated from %s +%% Make any changes in Documentation/snippets/new/ +%% and then run scripts/auxiliar/makelsr.py +%% %% This file is in the public domain. ''' % NEW_LYS -- 2.39.2