comparison configure @ 6289:fdf1f9fb5a6a

don't run help_diff on english help
author arpi
date Mon, 03 Jun 2002 20:41:39 +0000
parents 0b73c83bc47f
children aa9aca7772de
comparison
equal deleted inserted replaced
6288:7336fdaff773 6289:fdf1f9fb5a6a
4338 echo "Creating help_mp.h" 4338 echo "Creating help_mp.h"
4339 cat > help_mp.h << EOF 4339 cat > help_mp.h << EOF
4340 #include "$_mp_help" 4340 #include "$_mp_help"
4341 EOF 4341 EOF
4342 4342
4343 echo "Adding untranslated messages to help_mp.h" 4343 if test $_mp_help != "help_mp-en.h"; then
4344 ./help_diff.sh $_mp_help <help_mp-en.h >> help_mp.h 4344 echo "Adding untranslated messages to help_mp.h"
4345 ./help_diff.sh $_mp_help <help_mp-en.h >> help_mp.h
4346 fi
4345 4347
4346 ############################################################################# 4348 #############################################################################
4347 4349
4348 cat << EOF 4350 cat << EOF
4349 4351