Merge branch 'master' into utf8-conversion after 2.3.1 release
This commit is contained in:
@@ -55,7 +55,7 @@ dtprintinfo.cat: dtprintinfo.msg @@\
|
||||
export LANG; \ @@\
|
||||
LC_COLLATE=C; \ @@\
|
||||
export LC_COLLATE; \ @@\
|
||||
$(SYM2NUM_CMD) $(@:.cat=) $(@:.cat=.msg) > tmp.msg; \ @@\
|
||||
CPP="$(CPP)" $(SYM2NUM_CMD) $(@:.cat=) $(@:.cat=.msg) > tmp.msg; \ @@\
|
||||
$(GENCAT) $@ tmp.msg; \ @@\
|
||||
rm -f tmp.msg $(@:.cat=_msg.h) \ @@\
|
||||
) @@\
|
||||
|
||||
@@ -240,7 +240,7 @@ void cat_open (void)
|
||||
|
||||
if(pfile != NULL)
|
||||
{
|
||||
sprintf(line,"/usr/bin/gencat ./.dt_pfile.cat %s",pfile);
|
||||
sprintf(line,"gencat ./.dt_pfile.cat %s",pfile);
|
||||
if ( system(line) != 0 )
|
||||
{
|
||||
fatal("primary .tmsg file would not gencat\n",0,9);
|
||||
@@ -251,7 +251,7 @@ void cat_open (void)
|
||||
|
||||
if(dfile != NULL)
|
||||
{
|
||||
sprintf(line,"/usr/bin/gencat ./.dt_dfile.cat %s",dfile);
|
||||
sprintf(line,"gencat ./.dt_dfile.cat %s",dfile);
|
||||
if ( system(line) != 0 )
|
||||
{
|
||||
fatal("default .tmsg file would not gencat\n",0,9);
|
||||
|
||||
Reference in New Issue
Block a user