changeset 7485:d772e0caac7b

put some comemnts into teh generated help_mp.h file
author arpi
date Sun, 22 Sep 2002 16:37:08 +0000
parents 32c7ca9359b1
children 8dcbed9ff5db
files configure
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Sep 22 16:31:21 2002 +0000
+++ b/configure	Sun Sep 22 16:37:08 2002 +0000
@@ -4878,11 +4878,16 @@
 
 echo "Creating help_mp.h"
 cat > help_mp.h << EOF
+//
+// WARNING! This is a generated file. Do NOT edit.
+// See the help/ subdir for the editable files.
+//
 #include "$_mp_help"
 EOF
 
 if test $_mp_help != "help/help_mp-en.h"; then
   echo "Adding untranslated messages to help_mp.h"
+  echo '// untranslated messages from the english master-file:' >> help_mp.h
   help/help_diff.sh $_mp_help <help/help_mp-en.h >> help_mp.h
 fi